Still Working to Publish Site

Hi Everyone,
I’ve been working at publishing my site now for a couple days. Just recently I’ve managed to switch my general settings from Wappler local server over to Docker and have this following container made:

This is my resource manager:

image

but when I go to publish I get a lot of error messages:

until eventually it just times out completely. I’m still having an issue as well that when I go to my targets and back out it’s auto creating a database called db

image

db has the correct string to connect to my DO database, but for some reason if I delete it, it comes right back. If I launch my site as well it loads just fine, but it’s not connected to my database, and I get the following error message just trying to login:

Therefore development only has a half circle indicating it’s connected to docker but not to my database. On my discretecap target though it isn’t connected to docker somehow:

is all of this stemming because I switch from Wappler Local Server to Docker? I’m confused as to what I’m doing wrong here, as it shouldn’t be this hard to host my site. I have the proper software installed but I can’t get it to properly work together to finish this project. I need some serious help, so anything would be appreciated.

I also have continually been getting this error message. My company has an Administrator account and my own personal account. So, the above was all on administrator and this message is on my personal. Any solutions would be greatly appreciated.

Hi Parker,

From the screenshot it looks like it’s a docker container on your local PC. If you browse to localhost:8100, is your web app run correctly on this address?

Is the target Development a local or a remote target? The error seems to indicate that the SSH Port 22 is inaccessible. Check whether there’s a firewall on the DO instance and SSH Port 22 needs to be opened.

I’m not sure about this. Where are you deleting the database? Local DB or the Remote DB? In my case, when I setup the targets, Local target is setup with the Database Type Docker and then MySQL or another DB as Engine type.

Remote target is setup with Cloud Database as Database Type. In your case, it will be Discrete_Database from the DO.