Gökhan Çelik

Results 2 comments of Gökhan Çelik

Try adding for promise-polyfill after npm i --save-dev promise-polyfill ``` this.addPackageBundles({ name: 'promise-polyfill', path: 'node_modules/promise-polyfill/promise.js', packageMeta: { main: 'promise.js', defaultExtension: 'js' } }); ```

@ShaneCourtrille are you using JsonSerializer and creating a new instance for JsonSerializerOptions for every request? I had the same issue and I moved JsonSerializerOptions to a static private variable then...