You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The case where tuono-cli doesn't work as expected :
Case 1 : I build the tuono-cli and try to run the dev server in tuono-source-code/apps/documentation
clone and move into repo
run pnpm install and cargo build
add tuono new binary to global PATH
go to "apps/documentation" dir
run tuono dev
Then open my favorite browser on "http://localhost:3000" (I try also with another browsers like chrome or brave during my tests ;) )
=> I got a page when the error "Unable to connect"
rustc 1.83.0 (90b35a623 2024-11-26)
cargo 1.83.0 (5ffbef321 2024-10-29)
bash: tuono: command not found (if I install tuono with `cargo install tuono`, its 0.17.0)
Additional context
Initially, I had proposed adding a Docker image via a pull request.
This PR is almost complete: the last issue on my machine is that when I try to start the web server for the Tuono documentation from my container, my browser fails to display the expected page.
I then configured my host machine to try reproducing the problem, and it persists (so I can rule out Docker as a potential cause).
The text was updated successfully, but these errors were encountered:
I have another laptop on Debian Bookworm and I have the same issue..
But this issue is not urgent for me, though. I have a dual boot with Windows, and it works perfectly on this OS. I can work on Windows... despite my strong preference for Debian. ;)
Description
I want to access to the tuono's documentation web app but after clone and configure the repo I got an
NS_ERROR_CONNECTION_REFUSED
in my browser.My PC specs :
The OS: Debian 12 (Bookworm)
node -v
: 22.11.0pnpm -v
: 9.14.2cargo -V
: 1.83.0 (5ffbef321 2024-10-29)Before to run anything :
sudo netstat -pln | grep "3000\|3001"
doesn't return anything (no app listen ports 3000 or 3001)sudo iptables -L -n -v
:Expected behaviour
After clone and configure the tuono source code's repo, I expect to load the main page of the documentation when I run it in local with the urls :
How to reproduce
The case where tuono-cli doesn't work as expected :
Case 1 : I build the tuono-cli and try to run the dev server in
tuono-source-code/apps/documentation
Then open my favorite browser on "http://localhost:3000" (I try also with another browsers like chrome or brave during my tests ;) )
=> I got a page when the error "Unable to connect"
The commands :
The cases where tuono-cli works well :
Case 2 : I build the tuono-cli and try to run the dev server in a new project
Then open my browser on "http://localhost:3000" => I got the expected page !
The commands :
Case 3 : I install tuono-cli and try to run the dev server in a new project
Then open my browser on "http://localhost:3000"
The commands :
cargo install tuono
Then :
Then open my browser on "http://localhost:3000" => I got the expected page !
Screenshots
No response
System Info
System info (Rust)
Additional context
Initially, I had proposed adding a Docker image via a pull request.
This PR is almost complete: the last issue on my machine is that when I try to start the web server for the Tuono documentation from my container, my browser fails to display the expected page.
I then configured my host machine to try reproducing the problem, and it persists (so I can rule out Docker as a potential cause).
The text was updated successfully, but these errors were encountered: