Roman Milovskiy

Results 6 issues of Roman Milovskiy

Hello! In version 0.4.0 just got this: ``` undefined:1 ^ SyntaxError: Unexpected token < in JSON at position 0 at Object.parse (native) at Request._callback (/usr/local/lib/node_modules/clouddrive/dist/Account.js:352:30) at Request.self.callback (/usr/local/lib/node_modules/clouddrive/node_modules/request/request.js:187:22) at emitTwo...

I think we need check for this situation: [error] api request error: Telegram returned some html instead of json. Body: 502 Bad Gateway 502 Bad Gateway nginx/1.10.0 Error: SyntaxError: Unexpected...

$ yarn build yarn run v1.22.19 $ strapi build Building your admin UI with development configuration... TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at new...

$ yarn build yarn run v1.22.19 $ strapi build Building your admin UI with development configuration... TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined at new...

issue: bug
source: documentation
flag: good first issue
severity: low
status: confirmed
version: Strapi 4

destroyById(id, callback) - did'n return any error or result. If You try to delete existing record or non existing record result will be 'null'. I think, that this is not...