Skip to content

Commit

Permalink
ref(inbound-filters): Adjust wording of ChunkLoadError inbound filter…
Browse files Browse the repository at this point in the history
… description (#57454)
  • Loading branch information
lforst authored Oct 4, 2023
1 parent 7498202 commit fb5e888
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export function ProjectFiltersSettings({project, params, features}: Props) {
name: 'filters:chunk-load-error',
label: t('Filter out ChunkLoadError(s)'),
help: t(
'It can happen that in full automatic deploy environments like Next.js & Vercel the frontend gets out of sync with the backend which results in a ChunkLoadError. The application refreshes and everything should work as expected.'
"ChunkLoadErrors can happen in Webpack-powered applications when code chunks can't be found on the server. This often occurs during a redeploy of the website while users have the old page open. A page refresh usually resolves the issue."
),
disabled: !hasAccess,
}}
Expand Down

0 comments on commit fb5e888

Please sign in to comment.