You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is tricky to solve. There are backend and frontend considerations. Perhaps links should automatically point to live sites by default, unless docker images are present. But that could mask API problems in your test environment, because it'd look like things are working correctly but it'd be because it'd be silently connecting to the frontend instead. (I've had this problem in the past.)
I think LGTM. Can we rely on having website-local-proxy always running and use the same pattern for all the host.docker.internal references? That would avoid a lot of the confusion!
One challenge -- if we run the website-local-proxy on a port other than 80/443
Currently, the DEVELOPMENT tier in KeymanHosts changes nearly all Keyman site links to
http://host.docker.internal:{port}
.shared-sites/_common/KeymanHosts.php
Lines 134 to 142 in c7586ec
Is there a workaround for when I'm only running one site locally on docker, and would rather the external Keyman sites use live links?
The text was updated successfully, but these errors were encountered: