ModusCreateOrg / ModusCreateOrg/gimbal
Not generating lighthouse reports
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 116
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
I did try in my project but I'm getting error. This error is coming when I used the lighthouse in .gimbalrc.yaml file. If I removed the lighthouse it used to work
Error: connect ECONNREFUSED ::1:49716
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1136:16) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 49716,
friendlyMessage: undefined
}
Not able to see lighthouse results.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure using a project with lighthouse in .gimbalrc.yaml, then investigate why the Lighthouse connection to ::1:49716 is refused. Done means Lighthouse runs successfully and its results are generated without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100