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
After the introduction of synclink, we require the CORS headers to be set.
We should introduce a test which checks that happens if the web server doesn't set them, and display a nice and error message (ideally with a link to a detailed page in our documentation) to explain what's the problem.
EDIT
it turns out that on main the CORS headers are not required at all, so there is no point in testing them. But they will be required in the worker case as soon as #1333 is merged, so I rebranded this issue as [Worker support] and made it became a follow-up of #1333 .
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This is a follow-up of #1258.
The original discussion is here: https://github.com/pyscript/pyscript/pull/1258/files#r1146261682
After the introduction of synclink, we require the CORS headers to be set.
We should introduce a test which checks that happens if the web server doesn't set them, and display a nice and error message (ideally with a link to a detailed page in our documentation) to explain what's the problem.
EDIT
it turns out that on
main
the CORS headers are not required at all, so there is no point in testing them. But they will be required in the worker case as soon as #1333 is merged, so I rebranded this issue as[Worker support]
and made it became a follow-up of #1333 .The text was updated successfully, but these errors were encountered: