Skip to content
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

Only set up REST server if it's actually enabled in the config file #679

Closed
mountaindude opened this issue May 29, 2023 · 0 comments · Fixed by #682, #685, #690, #691 or #705
Closed

Only set up REST server if it's actually enabled in the config file #679

mountaindude opened this issue May 29, 2023 · 0 comments · Fixed by #682, #685, #690, #691 or #705
Assignees

Comments

@mountaindude
Copy link
Collaborator

What version of Butler are you using?

9.0.0

What version of Node.js are you using? Not applicable if you use the standalone version of Butler.

18.4

What command did you use to start Butler?

node butler.js

What operating system are you using?

macOS

What CPU architecture are you using?

x86_64

What Qlik Sense versions are you using?

na

Describe the Bug

REST server is always configured and initialised, even if it's disabled in the config file.

Expected Behavior

Respect settings in the config file.

To Reproduce

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment