Cannot reach API endpoints #651
-
Angular's application tries to call an endpoint that is on the different port. Could someone help with that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I can help, but I need to know how you are launching the application. Please describe specific commands or actions you use to attempt to start the front end and/or back end. |
Beta Was this translation helpful? Give feedback.
-
I would encourage you to try: dotnet new --install Clean.Architecture.Solution.Template
dotnet new ca-sln --output CaSlnTest
cd .\CaSlnTest\src\WebUI\
dotnet run This will launch the back end. Open your browser at https://localhost:5001/. |
Beta Was this translation helpful? Give feedback.
I would encourage you to try:
This will launch the back end. Open your browser at https://localhost:5001/.
The front end will be automatically started, and you should see the site load normally.