Error occurred prerendering page "/accessibility-statement"
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
Expected behavior
The project should build successfully on Vercel, as it did in previous deployments.
or disable Jaeger tracing by adding this env var in your Vercel project:
OTEL_TRACES_EXPORTER=none
For the prerendering Error on /accessibility-statement:
Check that all components are imported/exported correctly. To debug quickly, you can disable prerendering:
export const dynamic = 'force-dynamic';
If the issue persists, could you share code for that page so we can help pinpoint the problem?