I'm get this error at runtime:
TypeError: Promise executor has already been invoked with non-undefined arguments
Stack trace:
> at new e (https://localhost:7183/assets/plugins/global/plugins.bundle.js:62:34584)
> at Function.all (<anonymous>)
> at https://localhost:7183/assets/plugins/global/plugins.bundle.js:62:34723
> at o (https://localhost:7183/assets/plugins/global/plugins.bundle.js:62:346)
> at https://localhost:7183/assets/plugins/global/plugins.bundle.js:62:34698
> at https://localhost:7183/assets/plugins/global/plugins.bundle.js:62:123
> at https://localhost:7183/assets/plugins/global/plugins.bundle.js:62:127
TypeError: Promise constructor cannot be invoked without 'new'
How do I fix this, do I need this plugin?
Hi,
Could you please check your node.js version? Run command node -v
Please consider using node.js version 20.
Thanks
Hi,
I'm not running node.js
I'm running the html version using .net (Blazor) and just converting the parts into razor components as needed.
So I don't have node installed?
Hi,
Are you using Metronic Blazor version or is it your own implementation?
If there are any specific instructions on how we can reproduce this error please let us know.
Regards,
Lauris Stepanovs,
Keenthemes Support Team
Hi,
Just using html version and converting into razor components as needed.
When I run in Debug (VS2022), keeps stopping at this js error, so it's annoying more than anything.
Doesn't seem to stop this site functioning at all?