lucaimbalzano
env vite reactjs
@Brody fixed, the problem were how i was pulling envs so the process is:
- make sure it is taking the right .env file
- add envs in your service in railway
- add them also as ENV & ARG
- depending on your webserver pull envs (process.env, import.meta.env,....)
thank you brother
30 replies