You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow my TRIGGER_SECRET_KEY is not getting passed through when using Vite.
Running: import { TRIGGER_SECRET_KEY, TRIGGER_SECRET_KEYY, TRIGGER_API_URL } from '$env/static/private';
I get undefined, tr_dev_xyz, http://127.0.0.1:3040 which is strange. If I call the secret key TRIGGER_SECRET_KEYY instead of TRIGGER_SECRET_KEY it passes through no problem. I've grepped my codebase and I'm not doing anything with this environment variable anywhere.
Reproduction repo
n/a
To reproduce
Using SvelteKit to trigger a task, and Vite to load up my .env file.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Provide environment information
Describe the bug
Somehow my TRIGGER_SECRET_KEY is not getting passed through when using Vite.
Running:
import { TRIGGER_SECRET_KEY, TRIGGER_SECRET_KEYY, TRIGGER_API_URL } from '$env/static/private';
I get
undefined, tr_dev_xyz, http://127.0.0.1:3040
which is strange. If I call the secret keyTRIGGER_SECRET_KEYY
instead ofTRIGGER_SECRET_KEY
it passes through no problem. I've grepped my codebase and I'm not doing anything with this environment variable anywhere.Reproduction repo
n/a
To reproduce
Using SvelteKit to trigger a task, and Vite to load up my
.env
file.Additional information
No response
The text was updated successfully, but these errors were encountered: