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

cannot set headers after they are sent? #22

Closed
regtable opened this issue Nov 16, 2022 · 3 comments
Closed

cannot set headers after they are sent? #22

regtable opened this issue Nov 16, 2022 · 3 comments

Comments

@regtable
Copy link

image
i am getting this as an error every time someone connects. or the page refreshes. any help apreciated

@regtable
Copy link
Author

rolled back to node 16.18 and that fixed this for now. interesting

@joeuhren
Copy link
Contributor

Are you 100% sure the explorer is working fine after rolling back to node 16.18? Typically the "Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client" msg means you aren't able to connect to your wallet because of wrong or blocked port, wallet not runnig, etc.

I installed and tested node 18.12.1 and see no problems on my end, so either you do have wallet connection issues, or else maybe it is a specific version of one of the dependencies that had problems with newer node versions. You can upgrade your dependencies by running npm run update-explorer "dependencies-only"

@regtable
Copy link
Author

regtable commented Nov 16, 2022 via email

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

2 participants