I am following Hyperbytes' tutorial and I really can't get it to work to show the registration page. I am using Node.js .
When I finished the registration page and wanted to test it by accessing http://localhost:3000/register , all I saw was my start page. I never see the register page. I am stuck. I've been through the tutorial 5 times now and I can't see that I have done something wrong (but ofc I have, I just don't see with what)
I am using the built-in Wappler webserver, but I have placed the files elsewhere.
What is the default path to the files? I am on a Windows 10 PC
Is there and access-log and error log for the Wappler webserver?
I think there's an issue with your main layout/template, can you show it? Probably you erased something that allows page-specific views (e.g. register) from being injected into it, and you might've treated it as a regular page instead of a main template, so you built an entire start page instead of a template
No problem!
Edit: I also think you're misusing the word "redirect", that's only when the browser's URL changes, but I also don't know the right word
I checked another main and that looked very different, so I copied the content of that main.ejs and placed that into the current main.ejs and that changed things. The form was shown: