Aakash Goplani

Results 13 comments of Aakash Goplani

Hello @sonukapoor I was also facing similar kind of issue and setTimeout did the trick! Thanks for that. Can you help me in understanding how to debug this scenario `...

@smaroof - facing same issue, were you able to find any solution?

I am facing same issue with **SvelteKit + Vite**. ![image](https://user-images.githubusercontent.com/13452115/223773239-142890a1-46a3-447b-93e2-503803354cfd.png)

I think deasync is compatible upto Node v18.

@hartwm @benmccann do you have working example hoisted anywhere (e.g. GitHub, Code sandbox etc. ). I wanted to see the configuration details. Thanks.

@jakobrosenberg @ghostdevv Any updates on this? I am facing similar issue!

Create a new meta-reducer that will reset reducer's state back to initial state. So when the user logs out, the application's reducer state will be reset to initial satate &...

Hello @stalkerg - thanks for your efforts. Updating session from client to server is still broken in SvleteKitAuth. The code you have provided won't work as the session-token cookie does...

> The PR #9497 is more about run getSession or set session from the SSR, if you will run my function from the client it will not a case. Also,...