"TypeError" when opening page "Get Started" #1106
davidyu2023
started this conversation in
General
Replies: 1 comment
-
You should ignore the seperate UI opening up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am learning the kit, and encountered a "TypeError" when clicking the "Get Started" button. It triggered an unhandled exception in the browser: TypeError: Failed to execute 'query' on 'Permissions': Illegal invocation. The same error happened with Edge and Chrome.
See screenshot. I did not make any significant changes to the code except modifying the CORS policy to allow the client to visit the server. It seems original code limit the origins to be from a pre-defined list, while the port of client is dynamic and change every time. I could not make it work until I allow all ports from localhost to access the server
Beta Was this translation helpful? Give feedback.
All reactions