I am hoping someone can help me here. I am trying to publish my project to digital ocean in a staging environment. I encountered an error. I am using Wappler 5.8.2 on Mac M1.
I tried creating a new project and tried Linode, Digital Ocean, AWS - but I got the same error every time. It appears that there are issues with the database connection.
@George - thanks for looking into it. What I discovered the issue was db remote docker container keeps on restarting due to Fatal error related to db log file. I turned off the log file in the database target setting both for development and staging and redeployed it and it worked. It all working now, but I wonder why can’t I have the log file included?
Why did you enable the SQL log in first place? It is a very heavy log of all queries ran, so definitely not recommended for production but just during development.