Hey @Mischa Spiegelmock, 2 things worth mentioned:
1. prefix the env vars with NEXT_PUBLIC_ if the values need to be exposed on the frontend
2. the environment variables specific here won’t work for static generated pages, b/c the pages are generated at build time, but the environment values are resolved at deploy time.