Actions
Bug #16915
closedWorkbench 2 doesn't load on tordo
Story points:
-
Description
Can't load Workbench 2, this is the error I get:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://tordo.arvadosapi.com//arvados/v1/users/current. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).
There is a double slash in the URL which makes me think this is probably a configuration error, but also something we ought to be able to either warn about or handle automatically.
Updated by Ward Vandewege over 4 years ago
- Assigned To set to Javier Bértoli
- Status changed from New to Resolved
Salt/config problem; the workbench machine was running the 2.0.4 packages, rather than the dev packages. With that fixed, the error went away.
Actions