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
Really troubling issue faced - environment variables were cached (ref goatandsheep/react-native-dotenv#75). Had to clear up lot of things in order to fix this.
Is your feature request related to a problem?
Provide a clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
When the frontend makes calls to the backend using Axios, the full URL is being used everywhere.
Describe the solution you'd like
Please provide a clear and concise description of what you want to happen.
Create an axios instance using
axios.create()
that would use the base URL.The text was updated successfully, but these errors were encountered: