Thanh LE

Results 6 comments of Thanh LE

it does NOT work (ctx.session is undefined) if I configure a session store e.g. (Knowing that, the session store is working fine with my Rest API) ```javascript sessionConfig.store = new...

I faced with this situation also. I workaround by checking the route if starting with /services/public/... then I consider as authenticated (return a dummy principle)... Obviously we need a clean...

I got the same issue with 9.0.1, 8.10.1 working fine!

I got the same issue, charts are not visible (in shadcn examples) with Nextjs 15-rc and React 19-rc! (just a try) Working fine with Nextjs 14 and React 18 To...