iqdoq-dfischer
iqdoq-dfischer
Same here. The workaround described by @pauln works, but has to be re-applied every time if I modify run/debug configurations. My version is IntelliJ IDEA 2019.3 Ultimate Edition with Ember.js...
The workaround does not work anymore with v2019.3.3-0. "C:/Program Files/nodejs/node" C:/Users/bla/sources/blub/web-ui/node_modules/.bin/ember serve C:\Users\bla\sources\blub\web-ui\node_modules\.bin\ember:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list at new Script...
Authentication credentials may also be required in function makeImage. Additionally we had to add ... `image.crossOrigin = 'use-credentials';` ... in that makeImage function. See ["MDN: Allowing cross-origin use of images...