Skip to content

staticServer.close is not a function error in CI but not locally when running Loki with chrome.app target #548

Closed Answered by Anxhul10
Anxhul10 asked this question in Q&A
Discussion options

You must be logged in to vote

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

staticServer = createStaticServer(staticServerPath);
staticServer.listen(staticServerPort);

with

staticServer = createStaticServer(staticServerPath).listen(staticServerPort);

at create-chrome-app-target.js

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Anxhul10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant