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
Describe the bug
Setting the BACKEND_URL somehow breaks the calls to the backend by prepending the frontend URL to the backend URL
To Reproduce
Set BACKEND_URL and FRONTEND_URL env vars for the frontend package. Build the frontend. Observe calls to the concatenated URL (BACKEND_URL + FRONTEND_URL).
Expected behavior
API calls should be to the BACKEND_URL only.
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting the BACKEND_URL somehow breaks the calls to the backend by prepending the frontend URL to the backend URL
To Reproduce
Set BACKEND_URL and FRONTEND_URL env vars for the frontend package. Build the frontend. Observe calls to the concatenated URL (BACKEND_URL + FRONTEND_URL).
Expected behavior
API calls should be to the BACKEND_URL only.
The text was updated successfully, but these errors were encountered: