You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that ./public/.well-known/ exists, but does not contain an index.html, then:
➜ curl http://0.0.0.0:4036/.well-known/
curl: (18) transfer closed with outstanding read data remaining
➜ curl http://0.0.0.0:4036/.well-known
curl: (18) transfer closed with outstanding read data remaining
What is the expected behavior?
It should return a valid 404 response.
What do you see instead?
It does not return a valid response.
Additional information
No response
The text was updated successfully, but these errors were encountered:
What version of Hono are you using?
4.6.9
What runtime/platform is your app running on? (with version if possible)
Deno
What steps can reproduce the bug?
Ensure that
./public/.well-known/
exists, but does not contain anindex.html
, then:What is the expected behavior?
It should return a valid 404 response.
What do you see instead?
It does not return a valid response.
Additional information
No response
The text was updated successfully, but these errors were encountered: