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
I did the following steps to build and run the release:
$ grunt
$ grunt server:release
I then opened http://127.0.0.1:8000/ in the web browser and finally got the JS error Uncaught TypeError: Cannot read property 'Collection' of undefined backbone.collectioncache.js:25
It relates to Backbone.Collection, i.e. Backbone is undefined. I tried to play around to identify the issue but couldn't find the root cause so far. I would suspect an issue in the grunt requirejs task and/or with the config.js relative paths.
Could you please let me know if I am missing something on my side? I'll be pleased to help if this is an actual issue.
Cheers,
Boris
The text was updated successfully, but these errors were encountered:
Hi,
I did the following steps to build and run the release:
I then opened http://127.0.0.1:8000/ in the web browser and finally got the JS error Uncaught TypeError: Cannot read property 'Collection' of undefined backbone.collectioncache.js:25
It relates to Backbone.Collection, i.e. Backbone is undefined. I tried to play around to identify the issue but couldn't find the root cause so far. I would suspect an issue in the grunt requirejs task and/or with the config.js relative paths.
Could you please let me know if I am missing something on my side? I'll be pleased to help if this is an actual issue.
Cheers,
Boris
The text was updated successfully, but these errors were encountered: