Xavier Rincon Rico
Xavier Rincon Rico
Any updates on this?
Any solution on this?
Getting same as @ashisjena96 Did you solve it?
> Alright. I was able to get a working fresh install by replacing your requirements files in the project root with the ones attached. I added "scipy==1.9.1" to both. I...
Any update on getting rid of this?
For example like: ````tsx 'use client' import QuillResize from 'quill-resize-module' import React, { useRef } from 'react' import ReactQuill, { Quill } from 'react-quill' import 'react-quill/dist/quill.snow.css' import './index.css' Quill.register('modules/resize', QuillResize)...
Same problem here. Did you find any solution @Ali-Raza764 ? I think I'll move updating it in the client instead in the server, but I don't like this way.
I'm basically doing the same as you @Ali-Raza764 . I'm updating the session from the client, but instead of passing the arguments and updating the session with them, I'm doing...
sorry @Ali-Raza764 but I can't, it's private repo :( But the auth callbacks looks lihe this: ```ts const authCallbacks = (adapter?: Adapter): AuthConfig['callbacks'] => ({ async jwt({ token, user, trigger...