Closed lionelhorn closed 4 months ago
Clicking on a link from the menu results in a blank page.
I assumed 20.8.1 would we fine.
I will update the minimum node.js version required, it should be 20.10 since https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#other-notable-changes-3
Connection refused at http://127.0.0.1:3000/ But it works on localhost:3000 Not sure what's going on there.
The default hostname is localhost
, but the log is reporting the actual IP address where the server is listening on. I would prefer to fix the log message and use the provided or default hostname if it's configured.
You can use pnpm exec react-server ./App.jsx --host
to listen on all available local hostnames.
Clicking on a link from the menu results in a blank page.
This will get fixed soon, sorry for the bad experience.
All of the issues reported here now should work with the latest version of @lazarv/react-server
. Thanks again for catching and reporting all of these @lionelhorn!
You're welcome. Thanks for the quick fix :)
This issue has been locked since it has been closed for more than 30 days.
If you have found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest version of @lazarv/react-server. If you have any other comments you should create a new discussion.
Hello,
I recently discovered your package and started testing on a windows machine.
Following the step of https://react-server.dev/tutorials/hello-world
Issues with Node 20.8.1
While looking at https://github.com/lazarv/react-server/blob/e4b7fdfaa431c90fb31f4a3d1c633c9405beee13/packages/react-server/package.json#L111 I assumed 20.8.1 would we fine.
Node 22.4.0
Connection refused at http://127.0.0.1:3000 But it works on localhost:3000 Not sure what's going on there.