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 I put an empty database key, it will throw another error:
Sync is not supported in databases opened in Remote mode. (Connection: libsql, SQL: select exists (select 1 from sqlite_master where name = 'migrations' and type = 'table') as "exists")
The text was updated successfully, but these errors were encountered:
In the docs it says I should put this on my
databases.php
I throws an error.... database key is missing.
If I put an empty database key, it will throw another error:
The text was updated successfully, but these errors were encountered: