Error: Switched to client rendering because the server rendering errored: UNAUTHORIZED
What could be the possible reason for this error?
This is how my NextJS structure looks when using tRPC.
- /app/settings/page.tsx
- /components/settings/view/categories-view.tesx
- /components/settings/section/categories-section.tsx
This is how my NextJS structure looks when using tRPC.
- /app/settings/page.tsx
- /components/settings/view/categories-view.tesx
- /components/settings/section/categories-section.tsx
