You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to deploy snipe-it helm chart on my kubernetes cluster.
Some resources like js and css have the hostname without https://, so they won't load. Any changes to APP_URL have no effect. Command "echo $APP_URL" returns value from values.yml as expected, but this has no effect on the actual URL.
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Please confirm you have done the following before posting your bug report:
Describe the bug
I am trying to deploy snipe-it helm chart on my kubernetes cluster.
Some resources like js and css have the hostname without https://, so they won't load. Any changes to APP_URL have no effect. Command "echo $APP_URL" returns value from values.yml as expected, but this has no effect on the actual URL.
Nginx proxy dont rewrite queries.
Related issues - #8543, #4685
Variables are set.
APP_URL=https://snipeit-fl.mydomain.com
APP_TRUSTED_PROXIES=0.0.0.0/0
Screenshots
Server (please complete the following information):
The text was updated successfully, but these errors were encountered: