I’m use Local for 90% of my local dev work, but I’m now working with a larger team that uses Docker for local work. The site has strict API requirements. I’ve added an entry in my /etc/hosts files for localhost.example.com
that will satisfy CORS, but every time I use the new URL, it jumps back to localhost, no matter what browser.
Could this be because of Local? No one else on my team has this issue.
Is there documentation on how Local handles the hosts file?
Any feedback would be appreciated.
Thanks.