Wappler 6.8.0 M1 Mac
Just taken an old project, added a new target as the domain name changed, as well as the docker server as well as the database server address
I started by adding a new server, added traefik, portainer.
Went to project settings, added a new target to the new server, Node 22, no database. Deploy.
All works, can open Portainer and Traefik, and the website all on the new domain name from the new Digital Ocean Docker container.
Problem is that there is no data to show because the database server changed IP Address as well.
Opened Globals/Database Connections, and updated allthe databases to the new IP Address as well as the new Password. Same Database type, as well as port etc, and all the database names remain the same.
I then refreshed the browser and the website now shows all the data as it was.
Now the problem, I go and create a new server action, choose any of the databases, and they are all showing as empty, i refresh the database, and get the error.
File /Applications/Wappler.app/Contents/Resources/app/Shared/DMXzone/Databases/Connections/node/dmxDatabase.json does not exist
I have checked project.json, as well as all the .wappler connection files etc, the dockerfile, config and all seems perfect to me.
Any odeas on what I can do from here, do I need to reinstall Wappler?