Hey there, @mustainer
It looks like you’re experiencing something similar to what we debugged in this thread below. Can you please take a look and follow the proposed steps?
Additionally, I want to dive into this point and hopefully clarify some differences between server-side variable and build time variables:
Server-side variables are variables accessible to functions and defined in the UI. Build time variables are defined in your TOML and are not accessible to functions. Knowing this, could you save your variables in the Netlify UI rather than using .env
files?
Let me know if this gets you on the right path!