The Wayback Machine - https://web.archive.org/web/20210908155242/https://github.com/topics/es6-javascript
Skip to content
#

es6-javascript

Here are 2,179 public repositories matching this topic...

tinyhttp
pajasevi
pajasevi commented Jul 30, 2021

Describe the bug

@tinyhttp/app has introduced an unknown bug in version 1.3.14 which breaks the app.

Bug presents itself when trying to access static files which are server via sirv middleware.

this.app.use('/static', sirv('../static'));

Request fails and error passed to the general error handler consists only of { code: 404 }.

This bug does not appear in any pre

Improve this page

Add a description, image, and links to the es6-javascript topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the es6-javascript topic, visit your repo's landing page and select "manage topics."

Learn more