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');
}
}