sapper icon indicating copy to clipboard operation
sapper copied to clipboard

Every time I deploy a new version of website it returns "ERR_ABORTED 404"

Open brightchip opened this issue 4 years ago • 3 comments
trafficstars

I don't know whenever I changed my code and redeploy the site. Some of the pages return error like this:

"https://....client/index.2f1c772d.js net::ERR_ABORTED 404" And if the page inside an iFrame, the frame would be a blank page. I tried purge all the cache from Cloudflare but no result And the error keeps for more than several weeks

I had to rename my website's domain every time deploying the website

brightchip avatar Oct 06 '21 12:10 brightchip

I'm facing the same issue. Some js files return 404. I need to clear my browser cache after a new deploy. =(

Do you have any news about it @brightchip?

ricardogpsf avatar Apr 07 '22 15:04 ricardogpsf

Same issue here. Any workaround?

jubbs avatar Apr 27 '22 02:04 jubbs

I forgot how I fixed that (It seems to be caused by the style inside <head>, So I removed all the style and js links from third party and host all of them inside the same webserver) .

brightchip avatar Apr 27 '22 06:04 brightchip