Promises is not supported in this environment. please polyfill promise IE11

Hi,
When the function modeler is called I’m getting the error (Promises is not supported in this environment. please polyfill promise) on IE 11.
Can anyone help me ?

ie_error

Hi duartepf,

We can’t copy/paste code screenshots, please share a CodeSandbox that reproduces your issue in a way that we can inspect it.

1 Like

@azeghers I solved the problem with one line of code, only put " import ‘core-js/features/promise’ " before all others imports.

problem_solved.

Sorry, I tried to create a codesandbox account and I was not able to, because there was an error.

1 Like

Glad you could solve your problem!

1 Like