My name is Elle and I am now two days into learning my way around Wappler. My last post, several suggested to use and deploy with Docker. And while I now have it set up, I continue to get an error on deploying to Digital Ocean.
Since I am not able to find the specific error in the forums - here’s it is:
So you have multiple Targets with one being your local Development project running in Docker and at least one related to DO?
If you click the Pencil icon in top center of editor to open Project Settings, what is the Server Type and Database Type for your Development target and your DO target?
You need multiple targets. The first target is always your local machine that is typically connected to your local components (local web server, local database, etc.). The other targets are usually to remote machines on cloud providers.
Can you provide a screenshot of the Development target? It should look something like this.
@Elle you’re already using Resource Manager? It seems like you are based on the Use Cloud Server value.
If you are then, if you go to Resource Manager and right-click on your server and click System Check do you get a “Server was setup successfully!” message?
However, take notice (I just did) that the Docker Deploy Name prefix is poie3_
I have made numerous tests (attempts) and my Docker Desktop is littered with each of them.
Intriguing here is that the only running container prefix is poie1_ - a previous test attempt.
Odd, because Docker appears to have created each container as I created the new project in Wappler, yet, it appears, for some reason that did not happen at this new projects creation.
So this is likely the problem?
So I attempt to change the Docker deploy and and the drop down is not populated:
ok, let’s start from the beginning becuase I also noticed in your most recent screenshot of your Development target that you appear to be using a local web server and do not have a database defined.
So, first question. Do you have a preference of using PHP or node.js? If not, I recommend node.js.