lukeed / lukeed/ley

Throw error when ssl required?

Open
#24 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
271
Forks
13
PR merge metrics
No merged PRs in 30d

Description

Ley wasn't outputting anything, but would just stop when running `ley up`. I finally figured out I needed to add:

```js
// ley.config.js
export default { ssl: true }
```

Any way you could provide the error in the console?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue by running `ley up` without the `ssl` setting, then compare it with a `ley.config.js` containing `export default { ssl: true }`. Trace the `ley up` entry point to find where execution stops, and consider the issue done when the missing SSL requirement produces a console error instead of exiting silently.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli, databases
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.