HomarrH
Homarr13mo ago
Mx

v1 Beta - Cannot use Reverse Proxy

Connecting directly to the host:port - Works fine.

Connecting via hostname using reverse proxy:
Page shows:
Application error: a server-side exception has occurred (see the server logs for more information).

Digest: 3570798718


Logs show:
2024-12-18T02:19:01.918Z info: tRPC request from unknown by user 'undefined (undefined)'
2024-12-18T02:19:01.920Z info: tRPC request from server-fetch by user 'undefined (undefined)'
2024-12-18T02:19:01.925Z info: tRPC request from server-fetch by user 'undefined (undefined)'
2024-12-18T02:19:01.942Z info: tRPC request from rsc by user 'undefined (undefined)'
2024-12-18T02:19:01.944Z warn: No home board found
i [TRPCError]: UNAUTHORIZED
    at /app/apps/nextjs/.next/server/chunks/9388.js:1:1654
    at d (/app/apps/nextjs/.next/server/chunks/358.js:4:74)
    at t (/app/apps/nextjs/.next/server/chunks/358.js:1:46619)
    at /app/apps/nextjs/.next/server/chunks/358.js:4:1630
    at async f (/app/apps/nextjs/.next/server/chunks/8531.js:1:6354) {
  cause: undefined,
  code: 'UNAUTHORIZED',
  digest: '3570798718'



Cache cleared. Configuration worked on pre-1.0 homarr.
Solution
I implemented a fix in https://github.com/homarr-labs/homarr/pull/1711 . Waiting for approval
Was this page helpful?