Replies: 1 comment 1 reply
-
I was able to solve this by changing line 35 in Caddyfile |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup remote access for my Inventree instance using Pangolin.
I think I have it routing the traffic correctly as I don't get any errors but when I access using my remote subdomain I just see a blank white screen.
I can access Inventree from my LAN IP (192.168.1.11).
Inventree setup is through Docker (compose).
This is currently what my
.env
includes:And my Pangolin config:

If I change site_url to
INVENTREE_SITE_URL="https://inventree.g204.xyz"
then access from neither works.I have got a wildcard dns record setup, I am able to successfully access other apps through Pangolin.
Hoping someone might be able to point me in the right direction and/or aid in further debugging.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions