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

RangeError: Maximum call stack size exceeded #89

Open
aldy505 opened this issue Oct 13, 2023 · 0 comments
Open

RangeError: Maximum call stack size exceeded #89

aldy505 opened this issue Oct 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@aldy505
Copy link
Member

aldy505 commented Oct 13, 2023

hacktoberfest-frontend-1  | Node.js v20.7.0
hacktoberfest-frontend-1  | Qwik running on localhost:3000
hacktoberfest-frontend-1  | RangeError: Maximum call stack size exceeded
hacktoberfest-frontend-1  |     at Jr (file:///home/app/server/entry.polka.mjs:24:1485)
hacktoberfest-frontend-1  |     at cs (file:///home/app/server/entry.polka.mjs:25:6179)
hacktoberfest-frontend-1  |     at file:///home/app/server/entry.polka.mjs:25:6280
hacktoberfest-frontend-1  |     at Jr (file:///home/app/server/entry.polka.mjs:24:1464)
hacktoberfest-frontend-1  |     at cs (file:///home/app/server/entry.polka.mjs:25:6179)
hacktoberfest-frontend-1  |     at file:///home/app/server/entry.polka.mjs:25:6280
hacktoberfest-frontend-1  |     at Jr (file:///home/app/server/entry.polka.mjs:24:1464)
hacktoberfest-frontend-1  |     at cs (file:///home/app/server/entry.polka.mjs:25:6179)
hacktoberfest-frontend-1  |     at file:///home/app/server/entry.polka.mjs:25:6280
hacktoberfest-frontend-1  |     at Jr (file:///home/app/server/entry.polka.mjs:24:1464)
hacktoberfest-frontend-1  | node:events:492
hacktoberfest-frontend-1  |       throw er; // Unhandled 'error' event
hacktoberfest-frontend-1  |       ^
hacktoberfest-frontend-1  | 
hacktoberfest-frontend-1  | Error [ERR_STREAM_WRITE_AFTER_END]: write after end
hacktoberfest-frontend-1  |     at new NodeError (node:internal/errors:405:5)
hacktoberfest-frontend-1  |     at ServerResponse.end (node:_http_outgoing:1021:15)
hacktoberfest-frontend-1  |     at Polka.onError (file:///home/app/node_modules/.pnpm/polka@1.0.0-next.23/node_modules/polka/build.mjs:9:11)
hacktoberfest-frontend-1  |     at next (file:///home/app/node_modules/.pnpm/polka@1.0.0-next.23/node_modules/polka/build.mjs:83:38)
hacktoberfest-frontend-1  |     at Array.router (file:///home/app/server/entry.polka.mjs:337:113041)
hacktoberfest-frontend-1  |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
hacktoberfest-frontend-1  | Emitted 'error' event on ServerResponse instance at:
hacktoberfest-frontend-1  |     at emitErrorNt (node:_http_outgoing:857:9)
hacktoberfest-frontend-1  |     at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
hacktoberfest-frontend-1  |   code: 'ERR_STREAM_WRITE_AFTER_END'
hacktoberfest-frontend-1  | }
hacktoberfest-frontend-1  | 

On the production server.

@aldy505 aldy505 added bug Something isn't working hacktoberfest labels Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant