Gustave
Gustave
> Possible fix: run NProgress.done() inside your top level client component, this will cleanup any stuck loader > > ``` > import * as NProgress from "nprogress"; > > useEffect(()...
> Hi everyone, > > > They're good for quickly building a UI, but they're limited. > > In what aspects? @Zer0xxxx My take is they're more powerful variations of...
There's definitely an issue with `secret` handling in Auth.js v5.0.0-beta.16 I encountered this error and also other weird things. Currently, I'm having an infinite loop, occuring in the middleware. ...
> Hmm so these should be working.. Our example apps with the latest version have variations of all of these that work. > > @zmzlois in your repro, it looks...
> That's not very helpful, did yuo figure out the config issue? It's still throwing `MissingSecret`? Unfortunately I can't dive through your entire application, but if you can provide a...
Passing the `session` from the server to the `` fixes the infinite loop. However, it breaks SSG on all the pages using ``, which is highly undesirable. In v4, it...
Hello. I faced the same issue since some months, and just ignored it until today. I was using Bentocache to cache (in-memory) avatars URLs. I'm now upgrading to Next Auth...
Built again from scratch a project with Next Auth v5. ``` ./node_modules/.pnpm/@[email protected]/node_modules/@poppinss/utils/build/index.js Critical dependency: the request of a dependency is an expression Import trace for requested module: ./node_modules/.pnpm/@[email protected]/node_modules/@poppinss/utils/build/index.js ./node_modules/.pnpm/[email protected][email protected]/node_modules/bentocache/build/index.js ./src/config/bentocache.ts...
> Curious. An unusual problem. Thanks, I'll look into your issue. Thank you for your fast answer! Yes, I find it very strange too. I've triggered this bug a few...