Issue accessing OSquery.io/schema via direct link
Closed this issue · 3 comments
Pelios commented
Currently when I try and access the OSquery.io/Schema webpage on desktop, either via the direct link or navigating through the OSquery.io page, the page does not load and only a blank page is displayed.
When accessed on mobile I am able to successfully load the page via navigating to it via the OSquery.io website. If I request the desktop page while on the successfully loaded schema page a 404 error will be displayed. Also the same 404 error is displayed if i attempt to follow the direct link to the page.
directionless commented
I beleive this issue occurs when you visit the schema page directly in a fresh browser.
Reproduce:
- Launch fresh/private window (firefox seems better than chrome)
- visit https://osquery.io/schema/3.3.2
- Observe 404
- Visit https://osquery.io and click schema
- URL looks the same
theopolis commented
This is indeed an issue. This might be the solution: facebook/create-react-app#1765