-
Notifications
You must be signed in to change notification settings - Fork 365
Browsing to localhost:5000 yields 404 - Not Found #1717
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
Comments
This does sound related. Do you have an env var ASPNET_ENVIRONMENT set to Dev? This is what triggers this behaviour for development.
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Roger Stoller ***@***.***>
Sent: Tuesday, April 15, 2025 9:49:07 PM
To: rnwood/smtp4dev ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [rnwood/smtp4dev] Browsing to localhost:5000 yields 404 - Not Found (Issue #1717)
Attempting to browse to http://localhost:5000 yelds 404 - Not Found. Note in the image below there is some output related to clientapp and vite. An installation of smtp4dev for collegue of mine is working fine and he does not have these in his output. Wondering if that's related.
Browsing to http://localhost:5000/api yields the Swagger page and the endpoints I tried seemed to work fine.
image.png (view on web)<https://github.com/user-attachments/assets/5232bcba-e278-4439-ab79-95ceff02447e>
—
Reply to this email directly, view it on GitHub<#1717>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAKEGF6PYEZJ4G6PNJYOTQ32ZVWEHAVCNFSM6AAAAAB3GTL272VHI2DSMVQWIX3LMV43ASLTON2WKOZSHE4TONJYGM4TKMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
[https://avatars.githubusercontent.com/u/7165929?s=20&v=4]rogereeno created an issue (rnwood/smtp4dev#1717)<#1717>
Attempting to browse to http://localhost:5000 yelds 404 - Not Found. Note in the image below there is some output related to clientapp and vite. An installation of smtp4dev for collegue of mine is working fine and he does not have these in his output. Wondering if that's related.
Browsing to http://localhost:5000/api yields the Swagger page and the endpoints I tried seemed to work fine.
image.png (view on web)<https://github.com/user-attachments/assets/5232bcba-e278-4439-ab79-95ceff02447e>
—
Reply to this email directly, view it on GitHub<#1717>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAKEGF6PYEZJ4G6PNJYOTQ32ZVWEHAVCNFSM6AAAAAB3GTL272VHI2DSMVQWIX3LMV43ASLTON2WKOZSHE4TONJYGM4TKMY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Yes; that fixed it. Unsetting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to browse to
http://localhost:5000
yelds 404 - Not Found. Note in the image below there is some output related to clientapp and vite. An installation of smtp4dev for collegue of mine is working fine and he does not have these in his output. Wondering if that's related.Browsing to
http://localhost:5000/api
yields the Swagger page and the endpoints I tried seemed to work fine.The text was updated successfully, but these errors were encountered: