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
I think this FD_API_URL instantiation should be performed through an environment configuration, not within the fd-axios.js file itself. I mean like these.
Then, in the Heroku environment the npm run start command shall be invoked setting the proper NODE_ENV (e.g.: test).
The text was updated successfully, but these errors were encountered:
Currently, in order to configure a proper URL endpoint for API requests, there is a strange workaround here:
I think this
FD_API_URL
instantiation should be performed through an environment configuration, not within thefd-axios.js
file itself. I mean like these.Then, in the Heroku environment the
npm run start
command shall be invoked setting the properNODE_ENV
(e.g.: test).The text was updated successfully, but these errors were encountered: