Nico Domino
Nico Domino
> @ndom91 Thanks for your feedback! Sorry for the delay but here are some answers: > > > this isn't designed to use Supabase auth in any way, correct? Because...
@nicks6853 thanks for reaching out. So this should theoretically be possible. I was successfully able to recreate and reproduce your infinite refresh / forwarding problem. I think I've boiled it...
@nicks6853 sorry I haven't had the bandwidth to take another look at this yet. Its on my todo list though!
@nicks6853 I just realized (thanks to @ThangHuuVu in #4366) that you also have to pass the `callbackUrl` as a param to the `signin()` function in the custom login page. i.e....
The `useCurrentSidebarCategory` in the `docs/guides/index.md` broke with this version with the error `Hook useDocsSidebar is called outside the `. It was a non-public internal API we just happened to have...
So at the moment, there was some custom code to show the cards for each sub-page in the `/guides/*` section, as well as a sentence or two of text above/below...
So the suggestion in the [Docusaurus issue](https://github.com/facebook/docusaurus/issues/7880) did help locally. However, I had to manually delete the second copy of the `@docusaurus/theme-common` out of the `../node_modules/.pnpm/` directory. > It's not...
Alright so the hoisting `@docusaurus/theme-common` issue is solved thanks to the help of the guy in the Docusaurus issue. However, now `react-marquee-slider` doesn't want to work. Thats the component on...
`nextauthjs/next-auth` has been migrated to a monorepository. The adapters code can now be found there under `packages/adapter-*`. Thanks for your interest in the project!
> Im having the same issue with github. from the example repo > ``` > Invalid `p.account.create()` invocation in > /Applications/MAMP/htdocs/PROJECTS2022/rest-nextjs-api-routes-auth/node_modules/@next-auth/prisma-adapter/dist/index.js:19:42 > > 16 }, > 17 updateUser: (data) =>...