-
Notifications
You must be signed in to change notification settings - Fork 262
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
Assets/links being loaded from the "local" URL #19
Comments
Depending on how you load your assets, this could be an issue with your trusted proxy settings in your Laravel application. |
Had to change |
I had a similar issue with a laravel application on Valet. The local site is E.g.: expose share example.test --subdomain=example When I'm loading Specifying the https scheme in the host argument does fix this: expose share https://example.test --subdomain=example |
While exposing my local site, the local URL's are still being loaded from the local domain.
Eg.
Shows the local site, but "somelocal.site" instances in source aren't rewritten to the Expose URL.
The text was updated successfully, but these errors were encountered: