-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Sad Panda 404 after clicking reset password link sent via email #7197
Comments
Please answer the rest of the questions in the issue template. |
Ok, I've updated what I can answer |
I am having a similar problem to this and I noticed that the link that the password reset email is giving me has my base url twice. If I remove one of the instances of the site name and go to that page instead, the reset works. Example working url derived from the original url: I tried to repeat the problem in the demo by logging in as admin, creating and account for myself, assigning my email to it, logging in once, logging out, and then doing a password reset, but it looks like password resets don't send out an email in the demo. |
What do you have as your APP_URL? |
As an example, in my .env it's set to... APP_URL=mysite.com:4552 I've updated my previous comment as well to reflect that I'm running this installation on a port other than 80. Not sure if that would cause the problem we're talking about. |
Per the documentation, this should be a fully-qualified hostname, including |
Trying this now. |
(You may need to clear your config cache as well, by running |
You're right on the mark! Thanks for your help in this one @snipe 😄 Fix: |
Please confirm you have done the following before posting your bug report:
Describe the bug
When clicking on the reset password link sent via email, it returns with a 404 sad panda page.
To Reproduce
Steps to reproduce the behavior:
Sad panda. We could not find the page you were looking for. You should maybe return to the dashboard."
Expected behavior
It should be directed to a password reset page
Screenshots
It's just a 404 page with a Panda picture.
Server (please complete the following information):
--
Desktop (please complete the following information):
Smartphone (please complete the following information):
Error Messages
404 Page not found.
Sad panda. We could not find the page you were looking for.You should maybe return to the dashboard.
If a stacktrace is provided in the error, include that too. Laravel.log contains 4000 lines
Any errors that appear in your browser's error console. Not sure, maybe this errors::404 (resources/views/errors/404.blade.php)
1
blade
layouts.basic (resources/views/layouts/basic.blade.php)
7
blade
Confirm whether the error is reproducible on the demo: https://snipeitapp.com/demo. It is not reproducible due to the nature of the issue. Email is not registered on the demo.
Include any additional information you can find in
storage/logs
and your webserver's logs. Laravel.log contains 4000 linesAdditional context
Add any other context about the problem here.
Please do not post an issue without answering the related questions above. If you have opened a different issue and already answered these questions, answer them again, once for every ticket. It will be next to impossible for us to help you.
The text was updated successfully, but these errors were encountered: