How can I use MySql tables in my view using EJS? I cannot identify what is wrong
When I try to use the data in my EJS page it gives this error: TypeError: C:UsersygorDocumentsVS CodeDigital HousePI-DevNapsrcviewsuser.ejs:22 20| <a class='photo' href="#"><img src="/images/camera-change.png" alt="Câmera"></a> 21| <div class="hello-user"> >> 22| <h3>Olá <%= user.name %> 23| 24| </h3> 25| <h6> This…