-
I’m encountering a TypeError: staticServer.close is not a function when running Loki with the chrome.app target in CI, but not locally. CI logs:
Locally, everything passes without errors. I'm using the same version of Loki with some patches as it is not copatible with storybook 9 right now .
Has anyone faced a similar issue or have any idea why staticServer.close would be undefined in CI but not locally? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turns out I am using a patch for Loki , locally I am using chrome.docker . But on CI i am using chrome.app , needed to replace
with
at create-chrome-app-target.js |
Beta Was this translation helpful? Give feedback.
Turns out I am using a patch for Loki , locally I am using chrome.docker . But on CI i am using chrome.app , needed to replace
with
at create-chrome-app-target.js