-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back end page not working on M1 #9
Comments
Can you try to change it in SampleApp/BackEnd/Properties/launshSettings.json to 8082 Then also update "WEATHER_URL" inside of SampleApp/FrontEnd/appsettings.json |
/ |
Fraudulent brokers took my money,they are use my e-mail addresses, my data....they are connected to me with some malicious server. I'm 70 years old, I don't understand the internet and crypto, so I trusted brokers, but they scammed me, they took all my money |
I have created a new code space using this template on Chrome and Safari on my M1 Mac and I have not been able to get ithe backend page to work
Chrome seemed to give no reason but Safari gave me the following:
Exception has occurred: CLR/System.IO.IOException
An unhandled exception of type 'System.IO.IOException' occurred in System.Private.CoreLib.dll: 'Failed to bind to address http://127.0.0.1:8080: address already in use.'
Inner exceptions found, see $exception in variables window for more details.
Innermost exception System.Net.Sockets.SocketException : Address already in use
at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind(EndPoint localEP)
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
The text was updated successfully, but these errors were encountered: