Hi all,
When trying to deploy a Next js app (v 15.3), the build requires env variables to be present at build time.
I tried making changes in my Docker file, and different combinations through the configurations in the UI, but nothing worked.
Is there any documentation on how to set these variables in a way that they are available at build time? It seems that Cloud Run is ignoring them.
Options that I have tried:
. Loaded the env variables when setting up my service and deploying in node js
. Loaded the env variables when setting up my service and deploying using a Docker configuration
. Loaded the env variables as overrides in the trigger (I’m deploying from Github)
Any guidance would be much appreciated.
Thanks in advance for your help
David