-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
[ERROR] 403: Invalid Signature #591
Comments
check the .env file -> the passwort doesn't have " " otherwise it doesn't work "password" -> wrong |
it had indeed quotes around the password in the .env. i now removed them but sadly the issue is the same when sending test mail |
@lastsamurai26 Hi, i now also installed matomo (where i can view details about site visitors etc.) to add this on the vbucksgenerator.zip site, i need to add some javascript code isnide html tags. where can i do that? |
Please check the Mailserver settings or the logs can be found in storage/logs
can be done via Advanced Config |
in logs folder is laravel.log but the issues inside that file were from earlier. there is no mail error log shown. |
@lastsamurai26 when i use the inbuilt one and try to verify a account, i get this issue every single time. how can i solve this? |
How i fixed the SMTP Error:
How i solved the 403: Invalid Signature:Note: While this is a working solution, it's not a good solution as user's Browsers might redirect it to https so for now i keep the issue open.Regards, |
Still can't reproduce. I set up a docker instance behind a reverse proxy with "Force links HTTPS" enabled. |
I'm having the same issue it seems. It started about 3 or 4 days ago. Running in a docker container with Traefik as a reverse proxy. the traefik config is as follows:
Running latest docker container image and 4.3.1 Is there anyway I can better debug CSRF or the Laravel session security to try and see why a 403 might be thrown. |
The thing is that it send the https verify link when you have the https option enabled so disabling the option fixes the error but it also causes the unlimited loading error when adding a link if the option is disabled. So to solve this the developers would need to make it so it send verification links which dont use https and for other website links use https. |
In order for the verification to run with Traefik, a TCP route must be built. |
While @eugeneyaacobi seem to use traefik, i use nginx proxy manager yet we both have had the same issue, i completly reinstalled linkstack and reconfigured it and check if things work as epxcpted today by creating an test account. |
I tested it with a test account after reinstalling, sadly the issue is being the same. I assume changing the mail verify code to send http links even when force https is enabled while keeping everything esle https would solve this issue. |
Issue SolvedI solved the issue by updating the nginx proxy host to use https scheme and port 443 (before i had it set to http and port 80) Thanks for all the help i got here and in the discord server <3 Regards, |
Hello, i added valid smtp details, and sent a test mail, which worked as expted but then i noticed, that the option
Use built in SMTP server
was on and i were not sure, if it uses the smtp details set by me or another smtp servre so i disabled the option (because i want to use my smtp details) which then couldn't send mails anymore.The text was updated successfully, but these errors were encountered: