Replies: 6 comments
-
We don't manually redirect after the site get secured, so this must be coming from somewhere in your application 🤔 |
Beta Was this translation helpful? Give feedback.
-
Hmm, very strange! This redirect is done on all parked sites. Maybe a conflict with something I installed? Not sure how to debug that. |
Beta Was this translation helpful? Give feedback.
-
I am experiencing the same issue. Everything has been working just and and the am now getting a an error. TOO_MANY_REDIRECTS. It is being redirect to /39. It is not ever hitting the code. I created an html file in the public directory and tried to access that file. I still get the redirect error on that file as well. @gizburdt did you every find a resolution to this issue? |
Beta Was this translation helpful? Give feedback.
-
No, I just work without SSL. The moment I activate SSL for a website, I get this problem. |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same issue as well, I have used Valet on its own before without issue, but now when I secure a site I'm redirected to a random /xx too. And I too can confirm I don't have any redirects of this nature in my application. @mpociot any thoughts on this? Thanks, Ben |
Beta Was this translation helpful? Give feedback.
-
@gizburdt @rynomars I've had the same issue and investigated and have found the problem and how to solve it whilst the core bug is being investigated, I've added more details in issue #998 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Operating system version
macOs Sonoma 14.4
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.5.0
PHP Version
8.3.3
Bug description
First of all, awesome job on Herd!
All works fine. When I secure a site an want to visit it, it gets redirected to
https://example.org/dashboards/49
orhttps://example.org/17
, or any other random number. So securing sites is not possible for me.Steps to reproduce
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions