Hi ZeroQode team,
This afternoon (Oct 23, 2025, GMT-3) I started seeing an issue with the Bubble Page to PDF converter plugin: on desktop the element event “ConvertoPDF uploading to AWS is finished” suddenly stopped firing. On mobile, the same event still fires normally and my database is updated as expected.
What my workflow does:
- I generate a PDF and upload to AWS via the plugin.
- I listen for the element event “ConvertoPDF uploading to AWS is finished.”
- In that event’s workflow, I run “Make changes to thing” to write the newly created PDF’s AWS URL into my Proposal record.
What still works
- The PDF is created and downloaded correctly on desktop.
- The file is uploaded to AWS (I can see it in my DB / S3).
- The mobile flow (same page and workflow) works fine and updates the DB with the AWS URL.
What’s broken
- On desktop, only the element event doesn’t fire anymore, so the “Make changes to thing” step never runs and the Proposal’s URL isn’t updated.
- This behavior started suddenly today; there were no changes to this part of the workflow on my side right before it stopped working.
Environment
- Bubble app running in production.
- Desktop: Windows 10 + Chrome 141.0 (also reproduced in another desktop browser).
- Mobile: (works) — tested on android and iphone browsers.
- Timezone: America/São Paulo (GMT-3).
Could you please help me investigate whether there’s a regression or desktop-specific issue with the “uploading to AWS is finished” event in the current plugin version? If there are any recent changes to the event firing logic or recommended workarounds (e.g., listening to a different state/condition), I’d appreciate guidance.
Thanks a lot!
