Replies: 2 comments
-
we also use domain for the panel public function panel(Panel $panel): Panel
{
return $panel
->domain(config('app.url'))
// ...
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
solved by Configuring Trusted Proxies |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have an issue in production where the reset password link always returns an "invalid signature" error. I found that the fix is to use a signed URL with only a relative URL.
Would it be a good idea to create a pull request with this change?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions