Skip to content
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

Get RangeError when used with multiple mounts #12

Open
arifmanasiya opened this issue Mar 31, 2015 · 0 comments
Open

Get RangeError when used with multiple mounts #12

arifmanasiya opened this issue Mar 31, 2015 · 0 comments

Comments

@arifmanasiya
Copy link

Error Reported

RangeError: Maximum call stack size exceeded
at RegExp.test (native)
at ServerResponse.res.render [as _render]

Happens when I use multiple mounts.

e.g

var app = express()
...
app.use(helper('appName))
app.use(appRouter)

mount 1

server.use(app)

var admin = express()

//same name or different name does not matter
admin.use(helper('appName'))

//all routes fails in 'res.render()' call with above error
app.use(adminRouter)

mount 2

server.use(admin)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant