Max Gerber
Max Gerber
I've just started experimenting with keycloak version 20 and I'm experiencing something similar to @Kevin-Andrew - after stripping out the `#13;` char in the signature, I'm able to validate the...
> It returns a different return type (Array Literal -> Object Literal -> Array Literal) based on the arguments, which is a bad API design. Return types should be predictable...
> If you're reading this, please comment with a real-life scenario of returning multiple cookies with the same name. What prompted myself opening this ticket was a migration we ran...
Hey @tdwells90 for immediate resolution can you try using the workaround described in https://github.com/stytchauth/stytch-node/issues/262#issuecomment-1764910451 to manually edit the `fetchConfig`? something like ``` function monkeyPatchStytchClientSettings(client: ...) { /* eslint-disable */ const...
@tdwells90 is this solution- https://github.com/cloudflare/workerd/issues/698#issuecomment-1737605504 - a viable workaround? It looks like cloudflare themselves plan on fixing this issue in some near future 🤞