Justine
Explore posts from serversDTDrizzle Team
•Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
okay okay, so after selecting D1 scope you are able to drizzzle-kit push?
18 replies
DTDrizzle Team
•Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
owh! then after that you get the same error as me?
SQLITE_AUTH error?
18 replies
DTDrizzle Team
•Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
hmmm not sure what you mean sir 😃
have you successfully done
drizzle-kit push
for D1 local before? 🙏18 replies
DTDrizzle Team
•Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
something else eventually goes wrong, I think I'm done for today 😄
18 replies
DTDrizzle Team
•Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
Sir after many hours I may have found a solution,
go to your
drizzle.config.ts
file and add this to your config
tablesFilter: ['/^(?!.*_cf_KV).*$/']
this should make the push command "ignore" the _cf_KV table, and your migrations SHOULD apply correctly
i hope18 replies
DTDrizzle Team
•Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
and I cannot downgrade to 0.25.0
because I'll get this error
D:
18 replies
DTDrizzle Team
•Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
I dug into the drizzle-kit code in node_modules and found that the error is thrown when trying to make this query to the database
It's after I select and say "user_table" is created not replaced
18 replies
DTDrizzle Team
•Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
Also, I'm running this in an npm workspace
18 replies
DTDrizzle Team
•Created by Justine on 10/27/2024 in #help
Error 7500: not authorized: SQLITE_AUTH
Error: 7500: not authorized: SQLITE_AUTH
I couldn't find anything on it
18 replies