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
Describe the bug
Emulator returns it's internal server address 0.0.0.0 instead of localhost / 127.0.0.0 for resumable upload return address when running in Docker env.
To Reproduce
Use .NET client + docker compose: See repo
Expected behavior
Emulator returns of localhost / 127.0.0.0 when running in Docker
System (please complete the following information):
Hi, @Rashair I have same issue, I found workaround. You can use Fiddler for redirecting 0.0.0.0 to localhost. Redirecting settings for Fiddler described here.
Describe the bug
Emulator returns it's internal server address
0.0.0.0
instead oflocalhost
/127.0.0.0
for resumable upload return address when running in Docker env.To Reproduce
Use .NET client + docker compose:
See repo
Expected behavior
Emulator returns of
localhost
/127.0.0.0
when running in DockerSystem (please complete the following information):
Additional context
It works without problems on the same sample when you don't use Docker.
The text was updated successfully, but these errors were encountered: