Error on production Environment "ReferenceError: deleteEntry is not defined" #1073
Replies: 1 comment 3 replies
-
Hey @infiniteroles Are the dev and prod versions the same ? You can check with Also check in the developer console network tab if you don't have any file loading issue. Cheers |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m having problems in my production environment with the delete action. This happens in all CRUDs. When I click the “Delete” button, I get the following error in the console: ReferenceError: deleteEntry is not defined. However, in previous environments, everything works fine.
Does this sound familiar to you? Any idea what might be happening?
thank you very much
Beta Was this translation helpful? Give feedback.
All reactions