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
{{ message }}
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Excuse the brevity. I want to record this before I leave so I don't forget. This is not well tested or understood yet.
What I'm seeing is a CORS request that results in an exception on the server masks the exception. Instead of seeing the exception I see Access-Control-Allow-Origin does not allow your origin ... or something to that extent: it looks like a CORS problem instead of the exception.
Possibly this is because presto does not include the CORS headers if an exception is raised, but I need to look into that further.