{originatingAppName}
17 |{description}
25 |Only admin users can see this page.
15 |16 | To learn more about the NextAuth middleware see 17 | 18 | the docs 19 | 20 | . 21 |
22 |28 | {t('system:links.backToHome')} 29 |
30 |
16 |
{`${sayHello('Hello Vite')} from @your-org/core-lib`}
26 |27 | 30 |
31 |
32 |
24 | If you see this message, it means that an error thrown in a static 25 | NextJs page wasn't caught by the global error handler 26 | (pages/_error.tsx). This is a bug in the application and may affect the 27 | ability to display error pages and log errors on Sentry. See the 28 | monitoring page in /pages/_monitor/sentry/csr-page.tsx. 29 |
30 |14 | If you see this message, it means that the an error thrown in the 15 | `getServerSideProps()` function wasn't caught by the global error 16 | handler (pages/_error.tsx). This is a bug in the application and may 17 | affect the ability to display error pages and log errors on Sentry. See 18 | the monitoring page in /pages/_monitor/sentry/ssr-page.tsx. 19 |
20 |24 | Something went wrong. Please try again later. 25 |
26 |Code: {statusCode}
29 |Message: {message}
30 |Error id: {errorId}
31 |ErrorMessage: {error?.message}
32 |