Rashair / gcp-storage-emulator-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gcp-storage-emulator-example

  1. Run the app via
docker compose up -d 
dotnet run
  1. Go to https://localhost:7144/swagger

  2. Upload a big file (+5mb) image

  3. Execute the method

  4. There's an error

System.Net.Http.HttpRequestException: IPv4 address 0.0.0.0 and IPv6 address ::0 are unspecified addresses that cannot be used as a target address. (Parameter 'hostName') (0.0.0.0:9023)
 ---> System.ArgumentException: IPv4 address 0.0.0.0 and IPv6 address ::0 are unspecified addresses that cannot be used as a target address. (Parameter 'hostName')
   at System.Net.Dns.GetHostEntryOrAddressesCoreAsync(String hostName, Boolean justReturnParsedIp, Boolean throwOnIIPAny, Boolean justAddresses, AddressFamily family, CancellationToken cancellationToken)

About


Languages

Language:C# 100.0%