Replies: 20 comments 36 replies
-
a ".test" tld will not accept in Google Auth Client. so it is a deadlock situation to develop laravel google auth projects with Herd as far as I know. (any other solutions?)
|
Beta Was this translation helpful? Give feedback.
-
I used the
Maybe there is a better way, but so far it worked like a charm for me. |
Beta Was this translation helpful? Give feedback.
-
@mechelon do you plan to add this feature soon? same problem as @sujithtomy, ".test" tld will not accept in Google Auth Client |
Beta Was this translation helpful? Give feedback.
-
Is there any update for this? I want also to use Herd but it's preventing me to try since I have a Google auth and |
Beta Was this translation helpful? Give feedback.
-
I'd also like to see this feature implemented. Having to run some projects locally outside of Herd and it is not fun 😭 |
Beta Was this translation helpful? Give feedback.
-
This is a necessary feature. |
Beta Was this translation helpful? Give feedback.
-
Agreed, this needs to be easier. |
Beta Was this translation helpful? Give feedback.
-
@mechelon @sschlein @mpociot This was announced in May, but still not available 😢https://x.com/marcelpociot/status/1790412281307701466 |
Beta Was this translation helpful? Give feedback.
-
any progress here ? I'm blocked in the same situation, can't use |
Beta Was this translation helpful? Give feedback.
-
What steps can we take to address these issues? As a developer, I find working with the Google Console to be a bottleneck. |
Beta Was this translation helpful? Give feedback.
-
I wan to contribute to solving this issue, can I ?, because I need the functionality to update TLD, it is very important feature. |
Beta Was this translation helpful? Give feedback.
-
I used the |
Beta Was this translation helpful? Give feedback.
-
The problem with custom tlds (right now) is that they also effect TLS certificate generations and all existing nginx configurations, so it's not the easiest feature and just running The feature is planned on a global basis and we hope to release it with Herd 1.12 – but this also means that individual tld configuration per site like it's done in the |
Beta Was this translation helpful? Give feedback.
-
Bumping this issue. As mentioned before, a ".test" tld is not accepted in Google Auth Client, making apps that use Google for Auth incompatible with Herd. Thanks for all of the work. Herd is amazing. |
Beta Was this translation helpful? Give feedback.
-
Has anyone come across a solution for this? The and yeh same issue as the guys mentioned Google auth doesn't allow .test domain , I'm trying to use .dev or anything else |
Beta Was this translation helpful? Give feedback.
-
What about not using a TLD at all? This should be optional. |
Beta Was this translation helpful? Give feedback.
-
guys, the solution proposed by @milhouse1337 works pretty well; you shouldn't be blocked by this error :) I waited too long for a solution either from both the Laravel team and Google, but when I tried this solution I stopped worrying about whether they fix it or not haha. |
Beta Was this translation helpful? Give feedback.
-
I'm looking for a solution that will allow me to have multiple tlds concurrently in herd, where I can select which one I want for each project. Not here to bump the discussion, but reading the issues everyone here is mentioning about google auth, I managed to solve that by simply doing the following:
Sorted, no edit of hosts files or anything as xxxx.localtest.me points to 127.0.0.1 and google recognises it. I tried editing dnsmasq with no joy, I'll still crack that one, but the certs will still be a problem with other domains that weren't added via the |
Beta Was this translation helpful? Give feedback.
-
Additionally, VSCode no longer follows links with This is definitely an annoyance, and manually setting the TLD via the command outlined in previous commends |
Beta Was this translation helpful? Give feedback.
-
We've built a small service to make implementing Google auth (and other) easy: I am pretty sure that VSCode will fix that soon because using a valid public TLD would introduce a serious security issue and while we have a prototype that supports other TLDs like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Description
As a developer using multiple devices for development, I encountered an issue after installing Herd. It took me considerable time to identify the source of the problem - a TLD conflict. Herd displayed the
.test
domain in the Sites tab, which confused me, as my setup on the personal computer used the.localhost
TLD.While I understand that supporting random TLDs might not be feasible, I suggest implementing a warning system within Herd to alert users if their TLD setup, specifically
.test
, is not configured correctly.Is this feature valuable for other users as well and why?
This improvement would help avoid confusion and streamline the development process for Herd users.
Beta Was this translation helpful? Give feedback.
All reactions