Issues with publishing new versions

Hi,

A very short question. How can i overcome the hang on :slight_smile:
Test Versions

Draft Version

Publish in progress
smartesider-toolkit-v13.zip
Uploaded on Sat, 1 Nov 2025, 10:46 AM

First push today worked fine, but the latest one has been hanging for over two hours. Any ideas?

I’m unable to continue creating/developing as long as this is hanging.

@William_Cloudborn
Hey there! :waving_hand:

I understand the frustration - a hanging publish blocks your entire workflow. Here are a
few things you can try:

Immediate workarounds:

  1. Cancel and retry - Delete the draft version that’s stuck and re-upload your zip
    file
  2. Check file size - If your zip is large (>50MB), try removing unnecessary files
    (node_modules, .git, large assets)
  3. Clear browser cache - Sometimes the UI gets stuck while the backend has already
    processed

Common causes of hanging publishes:

  • Large file uploads timing out
  • Validation running in background (can take time for complex apps)
  • Backend processing queue backed up

If it’s still stuck after 2+ hours:

Please DM us with your

  • Your app name and version number
  • Timestamp when you initiated the publish
  • Screenshot of the hanging state

We can check the backend logs and manually clear the stuck publish so you can continue
development.

In the meantime, you can continue local development with fdk run - you don’t need the
publish to complete to keep coding!

Hope this helps! :rocket: