sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.18k stars 743 forks source link

Error: ClerkInstanceContext not found #8

Closed Vintotan closed 1 year ago

Vintotan commented 1 year ago

Hi,

first of all thank you for this project. I tried to implement Clerk into my Next.js app but I receive this error message:

Screenshot 2023-06-26 at 12 45 35

Do you have an idea what that means? My implementation is equivalent to this part of your code: https://github.com/sadmann7/skateshop/blob/main/src/components/auth/oauth-signin.tsx

Cheers, Vintotan

perkinsjr commented 1 year ago

Hey James from Clerk here, this is when you are met wrapping your application in ClerkProvider.

Which is unrelated to this project but make sure you are wrapping that application and the error will go away.

Vintotan commented 1 year ago

Yeah, we discussed this in the Discord channel. Thank you, James.

hatiprithwish commented 1 year ago

Thanks a lot. It worked out for me