Closed pedrolamas closed 1 year ago
During the camera refactor work, a bug was introduced where the relative camera URL would use the API origin as base when in fact it should be using the current browsing document origin (as it was before)
This PR reverts to the old (correct) behavior.
Fixes #1144
During the camera refactor work, a bug was introduced where the relative camera URL would use the API origin as base when in fact it should be using the current browsing document origin (as it was before)
This PR reverts to the old (correct) behavior.
Fixes #1144