Edd
Edd
@SokratisVidros can this issue be updated once it's fixed - just so we can be notified 😄 Thanks for all your efforts!
Forgive me if I'm wrong, but in `responses.ts`, you're returning a JSON body with `NextResponse` https://github.com/clerkinc/javascript/blob/991b102cf0514d3598185b1ac2ceb9bf21efbde1/packages/edge/src/vercel-edge/utils/responses.ts ```typescript import { AuthErrorReason } from '@clerk/backend-core'; import { NextResponse } from 'next/server'; //...
Ah okay interesting, cheers. Was just getting some middleware errors, digging into the code the `Interstitial` auth state seemingly returned these responses and logged the next error code. I did...
> Can we add some tests? I can't see an easy path to getting tests around this. I've refactored to move the logic into `getSiteInfo`, but will be adding a...
Appreciate the report! On it 😎
Should be fixed in `1.1.5` - I haven't spun up a windows machine to test, will do so later, but wanted to let you know!