This is just on my local machine, so don’t know how to get you a link, but here is a snip of the console.
Hovering over the network name, you can see the url:
What is the process of getting help for this? I’m spinning my wheels and not getting anywhere.
Created another list and form on a completely different table and getting the same error.
Best way to get answers is with either giving a link to the page you are working on so we can see, or to post the code that wappler generates for the module you are having an issue with, or if you prefer to screenshot parts of the GUI that are relevant, that also helps, but is more work for you to post.
May be worth while investing a small amount on a tiny development hosting account so you are working live and can post links
The form is in a modal popup and the button is in the modal footer. It checks the Id field and if it’s null, it sets the ‘action’ field to ‘insert’, otherwise it sets it to ‘update’, then submits the form and then calls the server connect refresh. The server action, then looks for the action value and acts accordingly.
You can see the URL has an object in it for some reason. The form data is at the bottom along with the ‘action’ value and that all looks good, I think.
Is there anyway you can make sure that the .js file it is looking for is actually uploaded to your localhost server directory. Otherwise maybe @Teodor could take a little look.
I think that’s it! I’m not getting that error now, but it’s not inserting any records yet. Are there any other naming caveats? I renamed it to: server_action but now getting a 500 Internal Server error.
OK! It’s working now! Had to rename some things that had changed, obviously, but I think we’re good. I’ve learned a lot through this and I thank everyone for your input. I’ll have to take some time and go through it in more detail. I marked @patrick’s answer as the solution!