Reginald
Reginald
So I'm seeing this being sent: ``` ESC[32mSEND>ESC[0m {"guid":"frame@37d9349a3f09fa710a337896a6e6dc94","id":356473,"metadata":{"apiName":"SerializeCallStack","isInternal":false,"location":{"file":"connection.go","line":162},"wallTime":326321000},"method":"content", "params":{}} ``` Unfortunately, no response to `"id": 356473`. Playwright is definitely there as I see requests from other contexts...
I haven't had the time to dig more but when calling `AllHeaders` in a goroutine there be might a race in `ActualHeaders`. At least I get a lot of complaints...
@gkats I have the same problem with v2: ``` data, err := json.Marshal(publicMetadata) if err != nil { return err } rawMessage := json.RawMessage(data) u, err := user.UpdateMetadata( context.Background(), userId,...
So it turns out to be a backend issue and `X-Clerk-Sdk` header, I can repro with the following curl command: ``` curl -vvv -X PATCH 'https://api.clerk.com/v1/users//metadata' \ -H 'Authorization: Bearer...
Great! Thanks for the update. Let's close this ticket.
Hi, Just got caught by the same issue. I believe this could potentially lead to security issues where dev modifies `matcher` to include routes with `.` and these routes are...