This discussion has been migrated from our Github Discussion #7845
psmyrdek102d ago
Hi, we’ve managed to configure strapi behind a reverse proxy but instead of login page, I see a loading indicator. Let me explain the setup:
Internally, our path to strapi app context is equal to: http://localhost/cms
Externally, our path is equal to https://PUBLIC_HOST
When I test it locally on simulated proxy, I see:
but:
I noticed that the issue is about exposing /admin/init with prefix:
To setup it properly, I’d need to introduce a prefix on my internal setup - /context/admin/init
- but I don’t know how to do that.
My guess is that it’s about routing configuration in strapi-admin - am I correct? Can I change that somehow? Setting the host of admin in server.js does not seem to help.