Felipe Matos Moreira

Results 2 comments of Felipe Matos Moreira

config.yml ``` url: https://dev.logicinfo.com/git/api/v4 token: insecure: true timezone: "America/Sao_Paulo" _verbose: true _checkToken: true ```

FYI, it seems the problem is for the URL encoded format of the project path against a self-hosted instance: ./src/models/issue.js: ``` make(project, id, create = false) { let promise; if...