appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.86k stars 3.65k forks source link

Error: Loading CSS chunk 6642 failed. #23883

Closed sentry-io[bot] closed 1 year ago

sentry-io[bot] commented 1 year ago

Sentry Issue: APPSMITH-69S

Error: Loading CSS chunk 6642 failed.
(https://app.appsmith.com/static/css/AppViewer.322095c3.chunk.css)
  at ( (/static/css/AppViewer.322095c3.chunk.css))
  at linkTag.onload (../webpack/runtime/css loading:14:14)
somangshu commented 1 year ago

This issue will be marked as resolved once the CDN changes will be shipped, we will then keep a track on weather it shows up again.

somangshu commented 1 year ago

The issue has not occurred after the fix went in, we observed this for 48hrs before marking it as resolved. In case the event appears again, it will show up as a regression. cc @SatishGandham

m-nathani commented 1 year ago

This issue will be marked as resolved once the CDN changes will be shipped, we will then keep a track on weather it shows up again.

Hi, i am facing this issue in my application, however not able to find a perfect solution to cache bust the app to avoid the chunk load error..

I am using aws cloudfront as a CDN, and caching all except index.html file of my app, could you help me on what you did to resolve the issue on your end ?