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
If the env vars needed for the client to connect aren't set in CI/whatever deploy platform, then edgedb-js currently shows the Found edgedb.toml but project is not initialized. Run 'edgedb project init'. error message, which is misleading.
Instead if we can detect we're in CI, then the error message should have instructions for configuring the env vars (EDGEDB_INSTANCE+EDGEDB_SECRET_KEY for cloud, or probably EDGEDB_DSN for self hosted).
The text was updated successfully, but these errors were encountered:
If the env vars needed for the client to connect aren't set in CI/whatever deploy platform, then edgedb-js currently shows the
Found edgedb.toml but project is not initialized. Run 'edgedb project init'.
error message, which is misleading.Instead if we can detect we're in CI, then the error message should have instructions for configuring the env vars (
EDGEDB_INSTANCE
+EDGEDB_SECRET_KEY
for cloud, or probablyEDGEDB_DSN
for self hosted).The text was updated successfully, but these errors were encountered: