kintohub / kintohub-docs

Docs for kintohub
78 stars 18 forks source link

[Suggestion] - :thinking:- When authorising application, return error should state dependancies that have not been deployed #58

Closed Disturbing closed 4 years ago

Disturbing commented 5 years ago

Description

When a user is authorising an application and a dependancy has not been deployed, the error returned is Value cannot be null, parameter name: data.

How to reproduce

Command

curl -H "Content-Type: application/json" -X POST -d '{"clientId":"<clientId>","clientSecret":"<clientSecret>"}' https://api.kintohub.com/authorize

Error

Value cannot be null.
Parameter name: data

Possible implementations

Disturbing commented 5 years ago

➤ Joseph Cooper commented:

Guillaume Dury ( https://app.asana.com/0/408772498607381/list ) Is this similar to the issue we were discussing yesterday? The app did not start?