celestial
Build keeps hitting cache -> ENV variable is not changing
Hello! I have a github repo w/ a Dockerfile set up. On Railway, I changed the enviornment variable and redeployed, and am currently getting an error related to the fact that this environment variable was not updated.
Specifically it is a Next.js project and the ENV variable is
NEXT_PUBLIC_API_URL
. Likewise, the env variable is updated to my production API url. Because this environment variable is not changed, my frontend can't reach the backend, and it errors.62 replies