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
Astro v4.15.1
Node v22.5.1
System Linux (x64)
Package Manager npm
Output static
Adapter none
Integrations astro:db
@astrojs/db/file-url
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Hi, couldn't figure out why ASTRO_DB_APP_TOKEN environment variable as per documentation wasn't being recognized, and everytime I used astro build --remote/astro db push --remote I was prompted to link my project to Astro Studio
However, replacing ASTRO_DB_APP_TOKEN with ASTRO_STUDIO_APP_TOKEN worked like a charm and as expected
Thanks for the report. Indeed my projects I used during development had the token on both env vars locally, initially this new feature used the existing ASTRO_STUDIO_APP_TOKEN variable.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Hi, couldn't figure out why
ASTRO_DB_APP_TOKEN
environment variable as per documentation wasn't being recognized, and everytime I usedastro build --remote
/astro db push --remote
I was prompted to link my project to Astro StudioHowever, replacing
ASTRO_DB_APP_TOKEN
withASTRO_STUDIO_APP_TOKEN
worked like a charm and as expectedSo my
.env
file looks like thisRelated PR - #11385
By the way, huge thanks for rolling out this feature, love this 🙏
What's the expected result?
The
ASTRO_DB_APP_TOKEN
environment variable is being recognized and doesn't prompt you to link your project in Astro StudioLink to Minimal Reproducible Example
https://stackblitz.com/edit/github-jm88qd
Participation
The text was updated successfully, but these errors were encountered: