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');
        }
    }
image.png
image.png
image.png
Was this page helpful?