-
Notifications
You must be signed in to change notification settings - Fork 24
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
Asp.net with Angular dev tunnel returns 404 #497
Comments
Hi @gitHubUser151 - Can you add more details outlining your scenario and the expected behavior here? |
Sure, I'm here to help while using ngrok)) Here is the normal behavior without dev tunnel:
Now will do the same with dev tunnel. We can see that there is only one channel was created for port 7245. And this is the problem. Time of launch is 12:53 PM Turkey time zone, 13 November. Not sure how to retrieve the timestamp. Dev Tunnels during test: Let me know if any more is required |
Thanks for the details. |
Sure, could you please send some screenshots on how to add the port to the tunnel? |
In the Tools Window, there should be a "+" button. I believe that should allow you to add a port. |
Derek, |
Another option is to use the devtunnel CLI to host both ports simultaneously. |
A project created in a template asp.net with angular.
Dev tunnel creates only one port. When the SPA project is ready it is redirected to the new port. Normally here the angular app would show up. However after redirected, it returns 404 error 'page can't be found'.
When I check dev tunnel, there is only one port, which is the initial while SPA is not ready yet.
The text was updated successfully, but these errors were encountered: