iStackNades
Explore posts from serversDTDrizzle Team
•Created by iStackNades on 9/19/2023 in #help
pgTable - raw sql
Hi is it possible to add in raw sql after pgTable ?
I have them in kysely migrations, but would like to use drizzle schema.
I want to add some check constraints, triggers, rls.
I know I can do them in migrations, but wanted it in the same file.
1 replies
RRefine
•Created by absent-sapphire on 1/26/2023 in #ask-any-question
nextjs router broken ?
Hi! I just started using refine.
I added the necessary functions in the authProvider.ts, changed supabase keys.
My selection is NextJS, Supabase, AntD and Typescript.
If I click a link, I end up with
/login?to=%2Fregister
in the url, but no page change.
I have this in my network tab: {"pageProps":{"__N_REDIRECT":"/login?to=%2Fforgot-password","__N_REDIRECT_STATUS":307},"__N_SSP":true}
Is it something I'm missing or is this a bug ?
Thanks4 replies