The Wayback Machine - https://web.archive.org/web/20210917130049/https://github.com/topics/express-js
Skip to content
#

express-js

express logo

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

Here are 4,513 public repositories matching this topic...

tinyhttp
talentlessguy
talentlessguy commented Jun 24, 2021

Describe the bug

When you mount two apps on the same route only the first one works and the other doesn't get reached.

To Reproduce

import { App } from '@tinyhttp/app'

const app = new App(), app1 = new App(), app2 = new App()

app2.use((req, res, next) => {
	console.log('ping')
	res.send('hi from app 2')
})

app1.use((req, res, next) => {
	console.log('pong')
	n
ksraj123
ksraj123 commented Sep 30, 2020

Describe the bug
Search results in the members and administrators modals persist on closing on opening the modals again. There is no way to clear the search result other than searching for blank or switching to a different page and stitching back, both of these are not intuitive and lead to bad user experience.

Steps to Reproduce
Steps to reproduce the behavior:

  1. Go to Members or A

Created by TJ Holowaychuk

Released November 16, 2010

Organization
expressjs
Website
expressjs.com
Wikipedia
Wikipedia