You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a Next.js page returns a 500 error and the browser sent accept-encoding gzip, it seems the returned data is encoded, but no encoding header is set, so the browser cannot decode it.
curl --request GET --url https://66056f2be8186e00aaea53d3--next-e2e-tests.netlify.app/enoent --header 'Accept-Encoding: gzip'
Data
The following is parsed automatically by the Next.js repo e2e test report generator.