Title says it all - I can see this has happened a few times over the years but never experienced it myself til now… is this happening to anyone else at the moment?
Please fix this ASAP! We’re on a tight deadline with this work.
Title says it all - I can see this has happened a few times over the years but never experienced it myself til now… is this happening to anyone else at the moment?
Please fix this ASAP! We’re on a tight deadline with this work.
but more details about the plugin and errors from the browser console could say more…
as a first try I would deactivate obfuscation and minification, maybe you are hitting a limit on that service.
@dorilama indeed, here’s a screenshot. 500 on the server when submitting.
We’re not using any obfuscation or minification on this plugin when submitting. The 401 on the get_app_plan is interesting, but I’m authenticated and have a multiple active plans so unsure what this is about.
@dorilama your point about minfiication made me curious since there is no specific setting for it in the editor, so did some digging and it turns out this is default behaviour (which now seems obvious).
Thanks to @alexswan I found that this issue can be circumvented temporarily by pasting window.do_not_minify_plugin = true
into the console before submitting.
Hopefully this helps someone else in the meantime while Bubble’s servers continue to slowly die.