Reload page to show success message (v2024)

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

  1. Do you have any Row_Inserting/Inserted server event?
  2. Press F12 in your browser and go to the Console panel to check for JavaScript errors.

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.