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
Error:
File "./lib/ServerError.tsx", line 14, in ServerError
const error = new Error() as NodeJS.ErrnoException;
File "./pages/_document.tsx", line 26, in renderPage
originalRenderPage({
...
(5 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
When navigating to a page with a non-existent slug, f.ex. itdagene.no/info/notvalidslug, the server returns 500. It should give 404.
Sentry Issue: ITDAGENE-WEBAPP-2
The text was updated successfully, but these errors were encountered: