Troubleshooting 404 Not Found, Local, Using Docker

I’m sure this is a simple fix, but I’m getting a 404 Not Found error opening a file using Docker and the Localhost web server URL. This project was working previously.

I’ve attached a screenshot below of the project settings. Docker is running and the connection tests successfully.

Anyone know what’s going on?

Did you deploy your docker project so it starts the services?

Yes, I think so. Here’s a screenshot:

Ok it looks like this is an issue with my database connections:

What are your project options?

The settings in my original post, or are you looking for something different?

Yes I need the project General settings - i hope you haven’t specified different web root folder …

Have a look at my setup
image

@George here’s a look at the project settings

Well it looks good to me.

Did you allowed in Docker Desktop to share the drive where your Wappler project is on?
You can go to Docker Desktop settings and check the shares there.

@ben I think this was configured automatically by the docker engine setup, but you may be onto something. Here’s what I get when I test database connections.

Oh my gosh, it’s working. Restarted Docker, and now connections work. Sure wish I knew what happened.

1 Like