Closed KonradHoeffner closed 2 years ago
Temporarily disabling the cube cache as a workaround. Problem still occurs, probably getInstance is broken. New workaround using var = "v"+Math.abs(uri.hashCode()), underlying issue still needs to be fixed.
var = "v"+Math.abs(uri.hashCode())
Temporarily disabling the cube cache as a workaround. Problem still occurs, probably getInstance is broken. New workaround using
var = "v"+Math.abs(uri.hashCode())
, underlying issue still needs to be fixed.