@routes return http endpoint instead of https #543
Unanswered
jonaspauleta
asked this question in
Q&A
Replies: 2 comments
-
I’m using HTTPS in my project and it works fine. If you are in production, try run the following;
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you seeing this locally or on staging/production? Or both? If your app is using a load balancer or proxy make sure you've configured the trusted proxies middleware—see #410 (comment) and the docs. |
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
-
Hello,
I couldn't find any other place to ask a question.
So, I have read the documentation and this is still not clear for me...
On app.blade.php the @routes directive is returning http endpoints instead of https endpoints, even when my APP_URL param in .env file have a https endpoint.
This issue is really baffling me.
Note that I'm using a fresh Laravel Jetstream installation with the command "laravel new demo --jet --stack=inertia".
Hope somebody can help me with this issue, I belive many more people can have this issue on production, but haven't found anything on the web.
Thanks,
João.
Beta Was this translation helpful? Give feedback.
All reactions