Model class is sometimes null in JS Client API
Getting this bug with the JS API that's downloaded from the experimental server, where 'Model' is sometimes null. This comes and goes - sometimes Model is null and sometimes it's defined.
https://thisisanexperimentalserver.com/apps/bimserverjavascriptapi/js/bimserverclient.js
Would that be due to somebody working on the API, redeploying it?
There have been a few times I have seen this as well. The way those files are being loaded has been changed last week, so let's keep this open for a while, if nobody sees it again in a few weeks we can close this one.
I've had this bug as well. It seems to happen when model.js is loaded before bimserverclient.js. At the top of bimserverclient.js, commenting var Model = null fixes the issue in this case.
I am also seeing this.