wobsoriano / vue-clerk

Unofficial Vue + Clerk integration.
https://vue-clerk.com
MIT License
108 stars 8 forks source link

Upgrading from 0.1.7 to 0.3.7 breaks local development #35

Closed alan-funded closed 1 month ago

alan-funded commented 1 month ago

Upgrading from 0.1.7 to 0.3.7 breaks local development: The clerk client on locahost keeps issuing gets and posts to clerk servers at a high pace until eventually we get a 429 back.

Failed to load resource: the server responded with a status of 429 ()

wobsoriano commented 1 month ago

Do you get this error with h3-clerk?

alan-funded commented 1 month ago

No, my middleware is @clerk/nextjs, I could not get Nuxt to work with Clerk so I stuck with NextJS api

wobsoriano commented 1 month ago

You might want to check the Nuxt + Clerk template - https://github.com/wobsoriano/nuxt-clerk-template

alan-funded commented 1 month ago

Yeah, I did, but that had some middleware issues, not sure if they are resolved: https://github.com/wobsoriano/nuxt-clerk-template/issues/6

At this point I'd have to port my Vue FE + Next BE to Nuxt. Maybe later.

On Thu, May 16, 2024 at 12:25 PM Robert Soriano @.***> wrote:

You might want to check the Nuxt + Clerk template - https://github.com/wobsoriano/nuxt-clerk-template

— Reply to this email directly, view it on GitHub https://github.com/wobsoriano/vue-clerk/issues/35#issuecomment-2116024392, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDME3BQ4ZCLCBZIABDB26JTZCUB3VAVCNFSM6AAAAABH2W6OZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJWGAZDIMZZGI . You are receiving this because you authored the thread.Message ID: @.***>

wobsoriano commented 1 month ago

Please check the nuxt + clerk template again and make sure to have updated Nuxt and h3-clerk versions!

wobsoriano commented 1 month ago

Feel free to reopen