This message was deleted.
# rancher-desktop
a
This message was deleted.
j
Are you sure you don't have some kind of port collision going on? Have you tried changing the listening port for the application in the non-RD WSL distro? @calm-sugar-3169 this seems like it's up your alley - does it bring anything to mind?
c
@miniature-doctor-7866 The network stack is shared across multiple distros in WSL so it is highly possible that your requests are landing somewhere else now having said that, what error are you seeing when trying to access your app?
m
I think that might have been it. I was initially running with port 5000
Copy code
dotnet run --urls "<http://0.0.0.0:5000>"
Now running with port 9991 seems to be working, so maybe there was some port overlapping. Thank you so much for the help.
👍 1