You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team, I am trying to upgrade and deploy hydra version 2.0..0 on my team env. After upgrading and deploying to the latest verison i am facing below issue when i am using postmen to register the the client.
{
"error": "The request was malformed or contained invalid parameters",
"error_description": "Unable to decode the request body: EOF"
}
In above curl request i have to make /admin/clients post request. Earlier in the old version i was using /clients to register the client.
Am i making the correct endpoint request and is my body request payload is correct can any please confirm and provide any help here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Team, I am trying to upgrade and deploy hydra version 2.0..0 on my team env. After upgrading and deploying to the latest verison i am facing below issue when i am using postmen to register the the client.
here is the curl request which i made in postmen:
and this is the response that i am receiving :
In above curl request i have to make
/admin/clients
post request. Earlier in the old version i was using/clients
to register the client.Am i making the correct endpoint request and is my body request payload is correct can any please confirm and provide any help here?
Beta Was this translation helpful? Give feedback.
All reactions