Open generalk25 opened 1 year ago
I'm having the same issue - I just added a comment to https://github.com/akhilrex/podgrab/issues/129 (before I realised the issue was closed, oops)
to be clear, my base url in my instance is http://192.168.51.69/pg When I visit 192.168.51.69/pg on the same subnet i get a 404. when i visit 192.168.51.69 it loads normally. It may be to everyone's benefit if you didn't require information that wasn't being used in the config, my domain shouldn't matter. The only thing the application should care about is the /pg, which is how i first attempted to set it up, but it lovingly told me it needed a whole URL.
Regardless, the /pg is being ignored.
I'm on the latest build as of today.
Any word or workarounds to get the base url to function?
Before creating a bug report please make sure you are using the latest docker image / code base.
Please complete the following information
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior: I've tried setting http://192.168.51.69/pg but it ignores it with nginx. I get a 404 if i try to traverse to the service on another PC using 192.168.51.69/pg, but without the base URL it works fine.
Expected behavior I expect to be able to reach it at 192.168.51.69/pg
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.