I have a project working on localhost and when it is online and I add a record, it does not show the message of successful addition and I have to reload the page so that it can show the entered record
any ideas
version 2024
I have a project working on localhost and when it is online and I add a record, it does not show the message of successful addition and I have to reload the page so that it can show the entered record
any ideas
version 2024
Yes, I have code in row_inserting and it works perfectly on localhost without errors and online it doesn’t show errors in the console
Then your code might have errors when running on your server. Turn on Debug and check server side errors in the log file. Also check HTTP response to see if the response is as expected.