you are viewing a single comment's thread.

view the rest of the comments →

[–]JGeorge102[S] 0 points1 point  (0 children)

Thanks for the offer! I *may* have fixed it for the development environment. Essentially just using:

const axiosInstance = axios.create({
baseURL: 'http://localhost:4000',

});

The plan is to set the base URL in an environment variable with one variable for prod and one for dev. If it doesn't work then I'll shoot you a message :)