Genio
Explore posts from serversBABetter Auth
•Created by Genio on 4/16/2025 in #help
No mention of callback url in docs for Apple
I am adding social sign in and already added entra and google. However with apple, it works and i am getting the prompt to sign in with them however after that is done i get error
There was no redirect url explanation in the docs so i assumed it would be
and added it to the redirect urls in apple's service
But... i think thats wrong? cause my redirection keeps erroring out with Invalid origin.
Is there a step i am missing to why there isnt a redirect url?
Thank you 🙏
11 replies
DTDrizzle Team
•Created by Genio on 4/4/2025 in #help
Drizzle push not respecting .existing views. Have to drop the view everytime i change schema
Like the title says, everytime i change my schema and push it via npx drizzle-kit push.
It prompts me to drop the view table.
so whenever i push schema changes drizzle doesnt prompt me to drop the table to make changes.
However, even after putting the view in my schema.ts, whenever i push i still get a prompt to drop the view!
Because the view is complex, i created it in the database directly via SQL.
Then in drizzle i should just say its existing and it shouldnt care about it and ignore it right?
But that doesnt seem to be the case, so how can i instruct drizzle to trust me and just ignore it haha
I would appreciate it if i could get a calrafication on how to properly handle this.
Thank you
1 replies
DTDrizzle Team
•Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
I keep getting this error when i run drizzle-kit push.
I dont know if it has anything to do with my schema
17 replies