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

fix extra 404 when visiting index pages #37

Merged
merged 1 commit into from
Jan 29, 2020
Merged

fix extra 404 when visiting index pages #37

merged 1 commit into from
Jan 29, 2020

Conversation

mansona
Copy link
Member

@mansona mansona commented Jan 28, 2020

This has been a bit of a long-standing question: why do the index routes always have a 404 error on them?

It was initially for simplicity and we were depending on a "try files" style implementation to allow it to work but recently our hosting provider for the ember guides has changed something about 404 errors and they now time out after a few minutes instead of returning quickly.

This is the first step to fix that.

I mention in the comment that it's not a perfect solution but it does work and will fix the majority of issues on the majority of pages 👍

@mansona
Copy link
Member Author

mansona commented Jan 29, 2020

I'm merging this even though Travis is failing because of emberjs/ember.js#18693

It's only failing on ember-beta so hopefully it will be fixed soon 🙈

@mansona mansona merged commit 7785f3b into master Jan 29, 2020
@delete-merged-branch delete-merged-branch bot deleted the remove-404 branch January 29, 2020 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants