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

Blank page if javascript is disabled #383

Open
sbliven opened this issue Oct 24, 2024 · 1 comment
Open

Blank page if javascript is disabled #383

sbliven opened this issue Oct 24, 2024 · 1 comment

Comments

@sbliven
Copy link

sbliven commented Oct 24, 2024

Current behavior

Navigating to the landing page server with javascript disabled gives a blank page.

Expected behavior

At a minimum, the landing page should include a <noscript> block with an error. For instance, the frontend uses this:

    <app-root>Loading...</app-root>
    <noscript>Please enable JavaScript to continue using this application.</noscript>
@sbliven
Copy link
Author

sbliven commented Oct 24, 2024

Even better would be to enable server-side rendering to provide actual HTML content. However I haven't looked into how much effort that is or what side-effects this would have.

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