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
We use an nginx reverse proxy configuration to replace what the dispatch configuration does in production. It used to work great but now all the modules except the default run on random ports.
In addition, setting devserver.host to 0.0.0.0 doesn't seem to make the server listen on all the interfaces.
Setting devserver.host only works if you put it in the parent POM, defining it in services is ignored
Hoping someone has a workaround for this, as it feels like a big step backwards.
The text was updated successfully, but these errors were encountered:
I think I already know the answer based on GoogleCloudPlatform/app-maven-plugin#330 and GoogleCloudPlatform/app-maven-plugin#435 but I want to know if anyone has a workaround for this. I've just migrated to the new tooling (was painful, documentation is not good) and I have this problem.
We use an nginx reverse proxy configuration to replace what the dispatch configuration does in production. It used to work great but now all the modules except the default run on random ports.
In addition, setting devserver.host to 0.0.0.0 doesn't seem to make the server listen on all the interfaces.Setting devserver.host only works if you put it in the parent POM, defining it in services is ignored
Hoping someone has a workaround for this, as it feels like a big step backwards.
The text was updated successfully, but these errors were encountered: