spChief / flutter_login_yandex

BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

redirect_uri не совпадает с callback URL указанным при регистрации #1

Open JuliaRakitina opened 1 year ago

JuliaRakitina commented 1 year ago

After successful authorization, I am getting this error

redirect_uri не совпадает с callback URL указанным при регистрации

same for android and ios

environment: sdk: '>=3.0.0' flutter_login_yandex: ^0.0.4

Screenshot 2023-06-19 at 22 34 38

spChief commented 1 year ago

First of all, check that you fill clientId in all places, wherever it should be for android its manifest placeholder for YANDEX_CLIENT_ID for ios its CFBundleURLSchemes and Associated domains make sure, that you keep prefix yx before your clientId

image