getfider / fider

Open platform to collect and prioritize feedback
https://fider.io
GNU Affero General Public License v3.0
2.75k stars 620 forks source link

Custom Oauth redirect_uri page not found #1164

Closed dfloresgonz closed 3 months ago

dfloresgonz commented 3 months ago

I'm the testing process of my own oauth connection and after the user is authorized is redirected to the redirect_uri page but it shows not found This is my set up image

I noticed an automatic callback is set (I didn't set this) image

after authorising and redirecting I get this, it's redirecting to the callback set in image2 image

dfloresgonz commented 3 months ago

this is what I found in the logs

Missing redirect URL in OAuth callback state for provider _guugilhich.

image

dfloresgonz commented 3 months ago

In my code I redirect to the redirect_uri fider sets, so I don't see the problem.

image

dfloresgonz commented 3 months ago

solved!! I missed the state url parameter, I added it and the error was solved