Unable to publish to bss.design website

Currently, I am using the bss.design domains as a way to check for errors when modifying or creating JavaScript changes to my sites before I push them to the live site.

Last night, I was working on a router.js file to create a SPA on a document page for a website, and I received the following error:

Couldn’t publish your website.
Please try again after a few moments.

I thought maybe I hit a limit on how many times I can publish to the bss.design domain, or something like that, as I’ve experienced rate limits before with other software or APIs, so I thought maybe waiting 12 hours or so would fix this.

I tried again a few minutes ago and it’s still saying the same error.

Is this currently happening to other users?
or
did I hit a rate limit of how many times I can publish to a bss.design file?

I did try publishing a little quickly after making changes.
So, I could imagine this being the cause.

There are no updates available, I am using the latest version: 6.7.3

I think I remembered sometimes ago, it might happens if you hit 404 too many times(on any of your assets internal/external CDN)…

  • internal: try to check path for your assets, published/exported js and css are located on /assets/ contrary to the preview path.
  • external: try to check your CORS setting on the file hoster.

well, it could be entirely something else…

1 Like

That’s would make sense. I was testing a route.js file and there was a time it spazzed out for a good minute trying to locate a page that wouldn’t load; causing a 404 error in the console.

It started working normally 24 hours after it initially stopped, around 3AM.