#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)
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
OK thanks! -- it was my bad. I thought .env was setup, but I got that fixed now
so it only needs the ASTRO_DB_ pair. That docpage is pretty hard to follow...
you could always open a discussion on the docs repo to start that discussion! https://github.com/withastro/docs/discussions
We are always looking for ways to improve the documentation!