In a couple of projects, I have setup remote cloud databases under local development project target settings. The database connection has been correctly setup under Globals -> Database Connections with the remote cloud database settings.
However, when I try to refresh / access the database and tables in Database Manager, I get the error message as below. The remote databases were accessible under the local target. I'm not sure why I have started getting this error message.
The app is correctly accessing the database when run locally (localhost:8100)
File /Applications/Wappler.app/Contents/Resources/app/Shared/DMXzone/Databases/Connections/node/dmxDatabase.json does not exists!
The database is accessible correctly under Database Manager if I change the target to a remote server target.
Any help in resolving this issue is greatly appreciated.
I have reinstalled Wappler and I'm still getting the same error. This is another error that appears below the Database Connection properties in Database Manager. All the remote connection details are correct, and the app APIs are also accessing the database correctly.
An error has occurred connecting to the database!
Invalid target configuration! Check your Web Server URL and the connectivity to it.
are you being blocked by a firewall? port 1433 if its sql? I have a hosting company that I have to have vpn access to attach to the database through wappler.
I can access the remote database from my local computer in an external database manager. It's only an issue when accessing the same remote database in Wappler's Database Manager in the local target.
I could access the database until recently. I don't know what has changed in the Wappler setup; now I can't access remote databases in the local target in any project.
Sometimes it gets goofy because there is a database connection, but also a direct database connection. Sometimes I've seen the settings get dropped for some reason on one or the other. I would just make sure those all look correct. Other than that I'm at a loss?