Queries all run.
Updates seem to run without error but nothing is updated
Inserts seem to run without error but nothing is inserted
I have a couple of steps that run one after the other when a successful server action runs Step 1 follows step 2 and then step 3 and then step 4 each updating different tables - This runs the first time and then when repeating the action it stops after step 1 and step 2 is not triggered.
The server(index.js) is open in terminal and I see the actions run. No errors but also no inserts, updates and data refreshes on the pages, except for all queries that ran on initial opening of page.
Hi, thanks for the replies. I have a deadline to get the app running for the client today. Trying Digital Ocean, but without Docker. So will get back to this problem(probably tomorrow) once I am sorted on DO.
Going to close this issue - I just went with a docker container and Linode which works and is fairly easy to setup. Got everything up and running except SSL with Traefik. Port already in use which is an error I got most of the time trying to manually install a certificate using ssh with the lets encrypt command line tools before using wappler’s easy solution which as I say does not work on Linode.