F
Filament2mo ago
Sidji

Invalid Route Signature: Password Reset

I have placed our CMS on a subdomain and filament does work perfectly fine except signed route url always throw invalid signature. What did I missed here?
private function mergeForceHttps(): void
{
if ($this->app->environment(['staging', 'production'])) {
URL::forceScheme('https');
}
}
private function mergeForceHttps(): void
{
if ($this->app->environment(['staging', 'production'])) {
URL::forceScheme('https');
}
}
No description
No description
No description
12 Replies
Dennis Koch
Dennis Koch2mo ago
The link is created for the subdomain right? And you aren't redirected when accessing the URL?
Sidji
Sidji2mo ago
I was redirect on the link but it was invalid. I think this is not filament related issue. I just tested it with my api routes and the same issue
bardolf_6969
bardolf_69692mo ago
Is your route being passed through a proxy/load balancer/etc.? If so you may need to set it as trusted - https://laravel.com/docs/11.x/requests#configuring-trusted-proxies
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Dennis Koch
Dennis Koch2mo ago
If you are being redirected the URL doesn't match with the signature anymore
Sidji
Sidji2mo ago
@bardolf_6969 Yep. I have already configures my TrustProxies.
No description
Sidji
Sidji2mo ago
@Dennis Koch what do you mean by redirection? is it not the default should it come from another link?
Dennis Koch
Dennis Koch2mo ago
When you visit the signed URL are you redirected? Or are you on the final page?
Sidji
Sidji2mo ago
yes on the final page. thats the default Haven't change anything.
bardolf_6969
bardolf_69692mo ago
Are you using laralve 11 or earlier?
Sidji
Sidji2mo ago
I am using Laravel 10. my api works fine and its domain is api.staging.mysite.com.au . but for our CMS. cms.staging.mysite.com.au forgot password does not work.
Sidji
Sidji2mo ago
And I also have a custom route on web.php which has domain which also does not work.
No description
Sidji
Sidji2mo ago
Thank you guys. But the issue was solved. I have to configure the AWS ELB to allow https only.
Want results from more Discord servers?
Add your server