Add prefix to /nova-api and /vendor path #6841
Replies: 1 comment
-
We are not making the changes. All API routes in Nova and 3rd party component for Nova uses these prefix as a standard and mostly hardcoded on the compiled assets. You should include |
Beta Was this translation helpful? Give feedback.
0 replies
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’m using Laravel Nova with the /admin prefix defined as NOVA_PATH. However, my client has an isolated server behind an Elastic Load Balancer that routes traffic with the /admin prefix.
The issue is that Nova API requests (such as nova-api) and assets like those in the vendor folder are being sent to the central server instead of the specialized admin server.
I believe that if a base path like /admin is defined in Nova’s configuration, then all Nova-related requests should be routed relative to that path. This would better reflect the intended root of the Nova installation.
Beta Was this translation helpful? Give feedback.
All reactions