(Update) Still can't publish updates to plugin - been 4 days

(Update) I tried publishing again today and am still getting the same errors (4 days later, last update went through on September 17). Any help on this would be appreciated. I tried logging out and back in. I tried major and minor updates. Still getting a server error.

(Original) I can’t publish updates to my plugin. It was working fine yesterday afternoon, but then it stopped last night and gave me this error message. I tried again to publish the update this morning, and it gave me the same error. Anyone else having this issue? This happened to me before, but it resolved itself a few hours later somehow.

1 Like

what has the support team said about this?

I’ve not heard anything. I just tried publishing again and still got the same error.

does this article help? How should I resolve the error "There has been an issue publishing the plugin, please try again. Unexpected server error: please report the code parameter to the team" when publishing my plugin? | Bubble Support Center

Team says you were prompting the support bot but left midway, that’s why you didn’t get help

1 Like

I didn’t prompt the support bot that I know of. I added the bug to this list and that’s it. I don’t know what the support bot is.

In that documentation, it says, “The first step in troubleshooting this issue is to check if the behavior persists when not selecting the ‘obfuscate client-facing code’ option when publishing your plugin. This option is located in the plugin editor page, under the “Publish” tab.”

But there is no “Publish” tab in the plugin editor. I did find it under “submit a new version” and then it was on the popup, not in a tab.

Anyway, that option is not checked and it would not publish. I tried it with it check and with it unchecked and no change.

I didn’t change any settings from when I published one time to the time I couldn’t publish. I worked once, and then five minutes later it didn’t.

I tried this, and did seem to publish:

If the error persists even when the “obfuscate client-facing code” option is unchecked, we recommend using a console command to bypass the minification process. This command is window.do_not_minify_plugin = true. Here’s how you can use this command:

  1. Open up your plugin editor in a new tab or window.

  2. While in your plugin editor, right-click (or “command + option + I” on a Mac).

  3. Click “Inspect” in the context menu.

  4. Navigate to “Console”.

  5. Within the console, enter the following command: window.do_not_minify_plugin = true.

  6. Press “Enter” on your keyboard.

This topic was automatically closed after 14 days. New replies are no longer allowed.