H
Homarr2mo 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
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'
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
Jump to solution
12 Replies
Cakey Bot
Cakey Bot2mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Meierschlumpf
Meierschlumpf2mo ago
This unauthorized error is only thrown when you open the boards page and are not logged in, created an issue for it on github
Solution
Manicraft1001
Manicraft10012mo ago
I implemented a fix in https://github.com/homarr-labs/homarr/pull/1711 . Waiting for approval
Meierschlumpf
Meierschlumpf2mo ago
Has been fixed in v1.0.0-beta.4
Mx
MxOP2mo ago
Are all of those being pushed to the beta tag for the image, or is the new image under the tag above. I'm assuming the later as skopeo inspect says that beta.4 is also a tag
"RepoTags": [
"alpha",
"early-adopters",
"dev",
"v1.0.0-beta.1",
"beta",
"v1.0.0-beta.3",
"experimental-docker-permission-issue",
"fix-startup-permission-issue",
"v1.0.0-beta.4"
],
"RepoTags": [
"alpha",
"early-adopters",
"dev",
"v1.0.0-beta.1",
"beta",
"v1.0.0-beta.3",
"experimental-docker-permission-issue",
"fix-startup-permission-issue",
"v1.0.0-beta.4"
],
Meierschlumpf
Meierschlumpf2mo ago
beta is where all betas are pushed, so you can either specify the specific 4 version or beta and run docker compose pull
Mx
MxOP2mo ago
👍
Mx
MxOP2mo ago
btw think the beta.4 flag is still versioned as beta.3 somewhere. Image is set to beta4 from beta, so assuming some var/version wasn't incremened
No description
No description
No description
Meierschlumpf
Meierschlumpf2mo ago
Okay yes seems like it. But then you have v4, because previously it showed 0.0.1
Mx
MxOP2mo ago
right, it's v4 because my bug is fixed lol
Meierschlumpf
Meierschlumpf2mo ago
Bug with version number will be addressed in https://github.com/homarr-labs/homarr/pull/1725
GitHub
fix: about version is one behind because of missing package-json up...
Homarr Thank you for your contribution. Please ensure that your pull request meets the following pull request: Builds without warnings or errors (pnpm buid, autofix with pnpm format:fix) Pull r...
Meierschlumpf
Meierschlumpf2mo ago
Has been fixed in v1.0.0-beta.5

Did you find this page helpful?