Hi,
I’m using Svelte(Kit) and already was able to access the environment variables (worked perfectly fine).
But suddenly (nothing was changed, neither code nor settings) they aren’t here anymore. I just edited the bitbucket-pipeline (just replaced “default” with “branch: master”).
I tried to debug, but it’s neither in import.meta.env, nor in the window object:
Looks like it’s not a problem that I can fix on my site.