We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When user clicks on a <Link /> targeting a not existing route a blank page is displayed.
<Link />
Warning
The issue appears only when clicking on a Tuono <Link />, loading the page directly or accessing it via HTML <a /> works as expected
<a />
404 default page is displayed
cargo install [email protected]
pnpm i
tuono dev
No response
System: OS: macOS 15.3.1 CPU: (8) arm64 Apple M3 Memory: 94.86 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 22.14.0 - ~/.nvm/versions/node/v22.14.0/bin/node npm: 10.9.2 - ~/.nvm/versions/node/v22.14.0/bin/npm pnpm: 9.15.5 - ~/.nvm/versions/node/v22.14.0/bin/pnpm Browsers: Chrome: 133.0.6943.55 Safari: 18.3 npmPackages: tuono: 0.17.10 => 0.17.10
rustc 1.83.0 (90b35a623 2024-11-26) cargo 1.83.0 (5ffbef321 2024-10-29) tuono 0.17.10
tuono-labs/tuono-documentation#43 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When user clicks on a
<Link />
targeting a not existing route a blank page is displayed.Warning
The issue appears only when clicking on a Tuono
<Link />
,loading the page directly or accessing it via HTML
<a />
works as expectedExpected behaviour
404 default page is displayed
How to reproduce
cargo install [email protected]
pnpm i
tuono dev
Screenshots
No response
System Info
System info (Rust)
Additional context
tuono-labs/tuono-documentation#43 (comment)
The text was updated successfully, but these errors were encountered: