:wave: Hello! Has anyone run into an issue with th...
# talk-hydra
f
đź‘‹ Hello! Has anyone run into an issue with the JavaScript SDK URL-encoding login challenges? We noticed that when a login challenge contains
%
, the SDK seems to encode it to
%25
(this was noticed with GetOAuth2LoginRequest) and Hydra will return a 404 error. When a login challenge doesn’t contain the percentage sign, we don’t see any problems.
m
Hello @few-address-94286 What SDK are you using? Might be a bug in that particular OpenAPI generator. I think its best if you create a bug report on github.com/ory/sdk to get this resolved!