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
Is your feature request related to a problem? Please describe.
When using nginx-ingress (with Kubernetes), static files are rewritten, but API calls use the "default" ("/") path instead of the new one.
Is your feature request related to a problem? Please describe.
When using nginx-ingress (with Kubernetes), static files are rewritten, but API calls use the "default" ("/") path instead of the new one.
Describe the solution you'd like
In the previous examples, API (xhr calls) should use the "/composer" path instead of "/".
Describe alternatives you've considered
Axios has a baseURL configuration and since Composer is a SPA, something like this should work:
The text was updated successfully, but these errors were encountered: