-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Precompiling js script files fails from docker container #547
Comments
I hit the same issue. It does work with the |
Ah! We didn't try the gral-js plugin, just the default js. We were using imposter-all for the faker plugin. |
Hi @gkontos and @rnestler - thank you for raising this and investigating. This is caused by a clash between some of the plugins included in the This is released in v3.36.1. It looks like the work-around you used (specifying the |
The underlying issue with the plugin conflict in the Please let me know if this resolves the issue. |
v3.36.2 fixes the issue for me. I was wondering why graal-js isn't the default though. It was very surprising to me, that the JS scripting didn't support "modern" features by default. |
The update resolves the issue for me too. Thanks! |
When running the container 'outofcoffee/imposter-all:3.36.0' with a script, the following error is encountered:
The script in question was simplified to
This error does not occur when running the same version of imposter through the CLI or Jar files when running with openJDK 19 or jdk-22.
The text was updated successfully, but these errors were encountered: