Posts by lsecrets • 21 points
2 posts
-
0
votes1
answer855
viewsQ: Nodejs - Redirect to error page when unable to access through GET
I would like to know how to redirect to a standard error page, such as a "not-found" page when a type error occurs Cannot GET /rota1/pagina2/18 I need that when the user tries to access a page like…
-
2
votes0
answers657
viewsQ: Turn Rowdatapacket into object to create login session
Good morning. I am making a Node.js application that when logging in you must save the user attributes (database attributes such as name, surname, email, id, etc). But when you have it displayed on…