File Not Found Node JS Docker on Mac and Ubuntu

Hi all,

I am having a bizarre trouble. I had a project in Node JS using Docker. It has a handful of pages. I add another page and when testing on Docker, it gets 404 file not found.

{
“status”: “404”,
“message”: “/wtf not found.”
}

When I login to the docker, I do see the file is loaded. I can modify other existing .ejs files and see the updates as expected. I confirmed the content route is correct.

I am at a lost as to why this is occurring. I did have to update Docker recently. It is running version Docker version 20.10.8, build 3967b7d. I am still on Wappler 3.9.9. I have docker version Docker version 19.03.2, build 6a30dfc on Ubuntu and getting the exact same behavior. I rebooted the machine and software.

Any direction would be helpful. I guess next I will try on Wappler 4.0.1 to see what happens.

Community Page
Last updated: