https://linen.dev logo
cargo shuttle run doesn't work
# help
m
I'm sitting on Windows. Installed shuttle via cargo install shuttle, ran cargo shuttle init and cargo shuttle run. It says "Starting shuttle on http://127.0.0.1:8000", but it just says "No webpage was found for the web address: http://127.0.0.1:8000/ HTTP ERROR 404" in the web browser
a
Try going to /hello
m
haha yeah that worked 😛
my bad
thank you!
a
It's ok! We have been planning to try and change this at some point because it seems to have caused confusion in the past
m
yeah that would be nice. It seems like there should be something on http://127.0.0.1:8000/ because of the message, and from experience with past frameworks it seems natural to just ctrl-click the link that appears in the console IMO. From the perspective of a newbie ^^
b
OMG…I do this all the time, forget to add the endpoint route in the URL.
a
I'll try and find some time to push a PR by the end of this week