andreaselia
andreaselia
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
No prob, happy to help. Just thought I'd spend some time this evening playing around with Convex, it's pretty nice, and I imagine kinks like this will be ironed out with time. Keep up the great work 😄
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
Updated the issue
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
router.push works but router.refresh doesn't 🙂
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
On it 👍
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
Little bit annoying. I wonder if using another form of redirect other than the nextjsMiddlewareRedirect wrapper would resolve it
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
Or what I assume is the middleware causing it
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
And why the middleware causes the redirect
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
Ah, so that's why the page changes from sign-in to tasks
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
All good, common case of written communication shenanigans 😄
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
Unless I'm misunderstanding you. I understand we have the refresh after sign-in option, but the page does current switch
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
But what I'm saying is the page does switch from sign-in to tasks once I sign up 🤔
23 replies
CCConvex Community
Created by andreaselia on 8/20/2024 in #support-community
Next.js URL not changing using the documented middleware and ConvexAuth setup
What handles the route switching from /sign-in to /tasks if there's nothing being handled automatically? 😅 My sign-in is literally just signIn("password", formData);
23 replies