-
Notifications
You must be signed in to change notification settings - Fork 34
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
routing path refresh leads to 404 #62
Comments
You have AND Pls read the docs thoroughly before opening multiple issues you're not sure of. I'm providing these open source projects for free but I don't have that much free time. So please read the docs... |
@onury readme.md is in docs/ please reopen |
Also Readme loads fine the issue is with the two api paths |
Try updating your |
Lastly I appreciate you and this project and have read the docs extensively both from your site AND from the source itself ;) |
Still reproducible when using relative paths in the config. To be clear its not a generic 404 thats being loaded its a docma generated page for 404 with the nav and everything still present. You can even just click the link from the nav to make it redirect to the right page. To reproduce:
When using a link from the navigation the page will load, but upon refresh a trailing So for example: |
|
Fixed in Docma 3.1.0. |
Works great! Thank you @onury |
You cannot view the generated app by opening (double-clicking) the index.html. You need to serve the app locally to test it. You can use And according to your docma.json config, you should have these routes:
Please read the documentation and F.A.Q. section is also helpful. |
Using
app.routing
path
will result in 404 on page refresh. links in the nav menu will take you to the expected page but on page refresh a trailing/
is added to the url and a 404 Page not found is displayed.The text was updated successfully, but these errors were encountered: