Vlad Kurochkin
Vlad Kurochkin
On Windows upgrading to 2.12.0-4.2.pre did not solve the problem
You need to open chrome with disabled security flag, look here https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome
I also encountered this problem, found an acceptable workaround for it: My class with real functionality is generated with `Environment.prod` env: ``` @GenerateNiceMocks([MockSpec()]) @Singleton(env: [Environment.prod]) class FilesService { ... ```...