-
Notifications
You must be signed in to change notification settings - Fork 258
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
Confirmation Success Url #78
Comments
I believe this might be related to #77. |
@lynndylanhurley From what I can tell, the line:
fails when the variable called |
it looks like the same problem as mine. Did you have this problem when trying to reset the password as well? |
Please set the |
@vijaychouhan-rails I believe the rails server has the correct email url; it links me to my front-end application correctly. |
@betoharres Yes, this happens on password change as well. What has been your solution to this? We would like to use this library for auth, but we are stuck because of these issues. |
@jclif Yeah, I did a PR 10 days ago fixing these problems, you can check it out my solution here, but it was not merged. I'm using this lib locally with my modifications. |
@betoharres Interestingly, when I run these tests locally, they appear to pass without any problems. |
@jclif They do, that's the problem! haha |
Howdy!
I'm experiencing some issues with the confirmation flow. When I try to sign in as a new user, I am redirected back to the signup page but my app is throwing an error that I don't recognize. Has anyone encountered this particular issue?
Should I be setting the confirm_success_url within settings when I call
configure
?The error I'm seeing is:
TypeError: Cannot read property 'replace' of undefined
The text was updated successfully, but these errors were encountered: