We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my app I have done following set up 1. DeviseTokenAuth.setup do |config|
default_confirm_success_url = "http://localhost:3000/products"
end`
but its raising error { "status": "error", "data": { "id": null, "provider": "email", "uid": "", "name": null, "nickname": null, "image": null, "email": "[email protected]", "created_at": null, "updated_at": null }, "errors": [ "Missingconfirm_success_urlparam." ] } why confirm_success_url error not working ?
{ "status": "error", "data": { "id": null, "provider": "email", "uid": "", "name": null, "nickname": null, "image": null, "email": "[email protected]", "created_at": null, "updated_at": null }, "errors": [ "Missing
param." ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my app
I have done following set up
1.
DeviseTokenAuth.setup do |config|
end`
POST:
http://localhost:3000/api/v1/[email protected]&password=password&password_confirmation=password
but its raising error
{ "status": "error", "data": { "id": null, "provider": "email", "uid": "", "name": null, "nickname": null, "image": null, "email": "[email protected]", "created_at": null, "updated_at": null }, "errors": [ "Missing
confirm_success_urlparam." ] }
why confirm_success_url error not working ?
The text was updated successfully, but these errors were encountered: