The main issue is that the connection to the database was successful but when clicking the form button to submit the form, nothing happens.
I’m currently developing on a localhost so unfortunately don’t have a link I can share. In my attempt to debug I also found the following errors but not sure this is the root cause:
The icons in the app structure panel should not bother you. We update the application every week, so the UI may have changed slightly since the version docs were created with.
So - that’s not an issue.
Are you sure your form button is type “submit”?
What is your form supposed to do exactly?
Also as per the docs I sent, you should be checking the response under the Network > XHR tab in your browser Dev tools, make sure to follow it exactly.
404 errors are file not found, ensure the files are definitely uploaded to your server. I suggest you do a manual upload of those files and also check the path is correct in your web page as a wrong path would also cause this error
The 404 errors from his screenshot can be ignored. They are not related to a server action, but to .map files which are only used for debugging purposes.
We need to see the response from the XHR tab, as shown in the docs.
The form is a login form for users for which I followed the Wappler documentation step by step. Adding some additional screenshots below for the settings of the form.
I just ran the XHR debug but not sure the error message is that clear to me:
Thanks for the suggestion Teodor. I managed to get the form working by deleting the entire project from the server folder and re-uploading the project. Thanks again for the support!