-
Notifications
You must be signed in to change notification settings - Fork 80
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
Investigate failures in twbs/bootstrap #233
Comments
Not sure if it will help, but after reading the source code a bit I think it'd be better if
|
In fact, it seem any directory with periods will return a 404 wrongfully. See also vercel/serve-handler#120 Might be worth looking into something else :) |
Aye, apologies - been work busy. |
No worries, just trying to group all the info together. |
I want to also add something obvious that I was forgetting. On Windows, filenames cannot contain periods. I hit this on another repo with linkinator 2.11.2, and I was like WTH. But this original issue happens on nix. |
I started poking at this last night, and came to a funny conclusion ... I don't think I need an npm module for this at all. Since we control both the server and the client, 90% of web server features aren't useful. I started on a PR to replace this with a plain ol HTTP server. More soon. |
🎉 This issue has been resolved in version 2.13.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Starting with recentish release, linkinator started failing on a perfectly valid link in the bootstrap docs. The issue was raised here:
twbs/bootstrap#32678 (comment)
This link shows a 404:
https://getbootstrap.com/docs/5.0/
I debugged a little and it turns out to be an issue with the https://github.com/vercel/serve-handler transition, which was done for directory listings. More research needed.
cc @XhmikosR
The text was updated successfully, but these errors were encountered: