Skip to content
New issue

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

confirm_success_url error not working #226

Closed
aditya01933 opened this issue Apr 24, 2015 · 0 comments
Closed

confirm_success_url error not working #226

aditya01933 opened this issue Apr 24, 2015 · 0 comments

Comments

@aditya01933
Copy link

In my app
I have done following set up
1.
DeviseTokenAuth.setup do |config|

default_confirm_success_url = "http://localhost:3000/products"

end`

  1. In postman i tried
    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": [ "Missingconfirm_success_urlparam." ] }
why confirm_success_url error not working ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant