James213
✅ Frontend unable to connect to webapi when starting server manually (dotnet run)
Yes, that was me just testing to see if the same ports
5206
via both methods were both being used.
The problem is 7045
is not also running via cmd.
I'm not sure if anything is sensitive info.33 replies
✅ Frontend unable to connect to webapi when starting server manually (dotnet run)
It complains that 5206 is being used (when I do debug method) if I run dotnet run via cmd first. Otherwise, if the debug method is just running alone then it is using 5026 but is able to make the GET request which has port 7045, hence I don't see the issue being here.
33 replies
✅ Frontend unable to connect to webapi when starting server manually (dotnet run)
const testResponse = await fetch('https://localhost:7045/api/insurancecalculator/getCalculation/' + JSON.stringify(extractedData));
It says 7045
but both methods of connecting to server listen on 5206
and when I try to start the server via the debugger (which works) when I have the cmd method running it complains that 5206
is being used.33 replies
❔ Repository not found - Git
Yes, I'm actually clicking on the link and it takes me to the GitHub repository.
I just set it to public from private and now get "You don't have permissions to push to "James7851/fem-manage-landing-page" on GitHub. Would you like to create a fork and push to it instead?"
when I am the owner...
9 replies