get-convex / convex-backend

Open source single-machine version of the Convex backend
https://docs.convex.dev
Other
760 stars 28 forks source link

Deprecated prop on `ConvexProviderWithClerk`: `afterSignInUrl` at `ClerkContextProvider` instead of `fallbackRedirectUrl` or `forceRedirectUrl` #2

Closed RicardoGEsteves closed 2 months ago

RicardoGEsteves commented 2 months ago

After Clerk latest major:

The prop "afterSignInUrl" is deprecated and should be replaced with the new "fallbackRedirectUrl" or "forceRedirectUrl" props instead.

clerk-isseu

Clerk Changelog for v5.0.0: https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md#500

there are some small changes on iterations from v5 to v5.0.2

RicardoGEsteves commented 2 months ago

Was an issue on clerk side.