Hi I am trying to insert records to a database, it used to work, but for some reason it stop working and now I am getting this error.
What is the best way for me to fix this?
Thanks
Teodor
February 14, 2020, 12:09pm
2
Please check the exact error returned, as explained here:
You can easily debug issues related to server-side processing such as - form not sending email, record not inserting or updating, query not showing data etc.
The first thing you need to do is to open the server connect settings. They are located in the Workflows Panel > Server Actions:
[Screenshot 2021-09-27 at 10.02.35]
And enable the Debug Mode:
[Screenshot 2021-09-27 at 10.03.08]
Click Save:
[Screenshot 2021-09-27 at 10.03.26]
In your browser, open the Developer tools. If you don’t k…
1 Like
Hi Teodor, thanks for the info, that is what I needed!