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

The default behavior of index_on_404 varies depending on if a Dioxus.toml is present #1291

Closed
3 tasks
swpecht opened this issue Aug 4, 2023 · 0 comments
Closed
3 tasks
Labels
bug Something isn't working cli Related to the dioxus-cli program

Comments

@swpecht
Copy link
Contributor

swpecht commented Aug 4, 2023

Problem

The default behavior of index_on_404 varies depending on if a Dioxus.toml is present.

This causes multi-page apps to stop working when implementing the tailwind example.

Steps To Reproduce

Run dx serve for a project without a Dioxus.toml

Add the Dioxus.toml from the tailwind example and run dx serve again.

Expected behavior

Expect the index_on_404 setting to be consistent across runs.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment:

  • Dioxus version: 0.4
  • Rust version: 1.71.0
  • OS info: Ubuntu
  • App platform: web

Questionnaire

  • I'm interested in fixing this myself but don't know where to start
  • I would like to fix and I have a solution
  • I don't have time to fix this right now, but maybe later
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants