Node.js server woes continue - Database updates, adds, server actions running after success of others all fail

Step by step getting there.

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.

Not sure how to provide logs if it is a hosted server and not local…

@patrick Let me know what you need to troubleshoot something like this.

Thanks in advance!

Community Page
Last updated: