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

Most /modules/* URLs are not rendered with fastboot #928

Open
yads opened this issue Aug 1, 2024 · 0 comments
Open

Most /modules/* URLs are not rendered with fastboot #928

yads opened this issue Aug 1, 2024 · 0 comments

Comments

@yads
Copy link

yads commented Aug 1, 2024

I've noticed a difference between pages like https://api.emberjs.com/ember/release/classes/application/ and https://api.emberjs.com/ember/release/modules/@ember%2Fapplication

The former has the pre rendered HTML response, however, the latter does not and requires Ember to bootup and render the page. This is more of a question as to why this difference? The reason I am asking is because I maintain the Ember docs in devdocs.io (https://github.com/freeCodeCamp/devdocs) and this is causing most of the documentation to not be processed. Devdocs works by scraping the HTML. In the cases of the modules URLs the response is missing the pre-rendered HTML and the scraper is unable to get any of the documentation. This used to work, but has changed in the last 1-2 years.

I don't know fastboot very well so I'm not sure where to start investigating this, but until this is fixed I will be unable to add documentation for 5.x and update the 4.x documentation to the latest.

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

No branches or pull requests

1 participant