You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Spotlight crashes with crypto.randomUUID is not a function. This happens when Spotlight is accessed on a remote host without https. E.g., on a EC2 instance. The crypto API is not available when used without https outside of localhost.
To Reproduce
Steps to reproduce the behavior:
Spin up Spotlight and expose on 0.0.0.0
Access from other host via HTTP
You will see a blank page as the javascript crashes.
Expected behavior
It should not crash.
Screenshots
If possible, include screenshots or screen recordings to better illustrate the issue.
Desktop (please complete the following information):
Chrome 121
Additional context
Was an issue from Discord. Workaround was to forward port to localhost via VSCODE remote development but this is annoying.
The text was updated successfully, but these errors were encountered:
Describe the bug
Spotlight crashes with crypto.randomUUID is not a function. This happens when Spotlight is accessed on a remote host without https. E.g., on a EC2 instance. The crypto API is not available when used without https outside of localhost.
To Reproduce
Steps to reproduce the behavior:
You will see a blank page as the javascript crashes.
Expected behavior
It should not crash.
Screenshots
If possible, include screenshots or screen recordings to better illustrate the issue.
Desktop (please complete the following information):
Chrome 121
Additional context
Was an issue from Discord. Workaround was to forward port to localhost via VSCODE remote development but this is annoying.
The text was updated successfully, but these errors were encountered: