HomarrH
Homarr12mo ago
phoenixDI

Installation via Helm - 500 Internal Server Error

I deployed Homarr Version 1.0.1 via HelmChart Version 2.0.2 after the deployment is done and running im getting the error message seen in the attached screenshot. I went through the logs for the pod and got the following:

Invalid environment variables: { AUTH_LOGOUT_REDIRECTURL: [ 'Invalid url' ] }
Error: Invalid environment variables
at A (.next/server/chunks/3054.js:164:90086)
at <unknown> (.next/server/chunks/3054.js:164:90266)
at i (.next/server/chunks/3054.js:164:90574)
at 22214 (.next/server/chunks/2750.js:1:10441)
at t (.next/server/webpack-runtime.js:1:143)
at 82750 (.next/server/chunks/2750.js:1:1384)
at t (.next/server/webpack-runtime.js:1:143)
at 23836 (.next/server/app/api/auth/[...nextauth]/route.js:1:4755)
at t (.next/server/webpack-runtime.js:1:143)
at 58626 (.next/server/chunks/8626.js:1:153)
Error [TRPCClientError]: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
at tn.from (.next/server/src/middleware.js:16:3550)
at <unknown> (.next/server/src/middleware.js:16:33664) {
shape: undefined,
data: undefined,
meta: undefined,
[cause]: SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
at JSON.parse (<anonymous>)
at async t
(.next/server/src/middleware.js:16:7668)
}

I got the variable AUTH_LOGOUT_REDIRECT_URL on default which should be NIL, changing the variable to another value has no effect.

Any idea why this is happening?
Let me know if you need more info!
image.png
Solution
@phoenixDI The issue is fixed in the version 2.1.0 of the chart https://homarr-labs.github.io/charts/charts/homarr/ please let me know if it is fixed
Homarr Helm Chart: A Helm chart to deploy homarr for Kubernetes
Was this page helpful?