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
A super n00b question but how do you make the environment variables in local.env.js available in the production environment?
I see the file in the dist folder, but social logins don't work. My hackety workaround is to add the IDs/secrets directly to server/config/environment/index.js.
The text was updated successfully, but these errors were encountered:
Depends on the server you deploy to. Whatever server you use should have a way to set environment variables, so you'll have to add the ones from the local.env.js manually.
A super n00b question but how do you make the environment variables in
local.env.js
available in the production environment?I see the file in the
dist
folder, but social logins don't work. My hackety workaround is to add the IDs/secrets directly toserver/config/environment/index.js
.The text was updated successfully, but these errors were encountered: