Internal Server Error (ERR_INVALID_URL)
I have installed homarr into Kubernetes with the following config.
Visiting http://homarr.infra.local => Internal Server Error
I have tried forwarding the port to my local, and I get the same issue.
18 Replies
Please post the full deployment. Discord will upload it as a file
the only extra is more of the volume claim templates
Can you try setting NEXTAUTH_URL env?
to what value?
Your base URL
sure
also fyi; it does redirect from / to /board
after setting the env it has the same issue
@Meierschlumpf is this the relative redirect in the middleware or next auth?
how would i tell?
This is not a question for you. Please wait until Meier replies
no probs; let me know if you need anything more from my side
I don't know if this could help self diagnose in the meantime:
https://github.com/truecharts/charts/tree/master/charts/stable/homarr
This is truechart's homarr implementation for kubernetes systems. Maybe you can find a hint in there somewhere
i did read through the chart and compare to my deployment but didnt see anything that really stuck out; thnx though
i could try the image tag mentioned in it though
same issue
also trying within the cluster from pod to pod (not using loadbalancer) i have the same issue
and log from pod
there shouldn't be a redirect afaik
Do you have an idea what else we could test? And the onboarding redirect isn't a problem you think?
I would guess this is what it is? can i put a config in that would skip it?
or a different url to try that would load it differently? i guess not since its a PWA