No page refresh after sign in or sign out?
I have created a simple Next.js application
How can I go around it? initiate a refresh manually?
- I use sign (with email/password) with a server action that creates a cookie (from auth.ts)
- I use sign out with a client action (from auth_client.ts)
How can I go around it? initiate a refresh manually?