#Hey, is Astro Studio still a thing? I am trying to build a site with Astro DB, but I need to login

5 messages · Page 1 of 1 (latest)

sharp lake
#

to the Studio? I have setup a Turso db

grave crown
#

Studio has sunset, if you configure your environment variables as described here: https://docs.astro.build/en/guides/astro-db/#connect-a-libsql-database-for-production

It should bypass the need for the studio login.and allow you to use turso

If for some reason it does not, set the ASTRO_STUDIO_APP_TOKEN to the same value as ASTRO_DB_APP_TOKEN as a temporary fix

We are hoping to get a new release out soon that will remove all the old references to Astro Studio

#

Also make sure your running the astro db... commands using your package manager: npm run astro db... or pnpm astro db... to ensure your running within the context of your project

sharp lake
grave crown