You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
if this is the case then its not currently possible to tell between the difference between the license being invalid and the version of quasar not supporting this endpoint (i.e. not advanced).
alternatively perhaps quasar should not be return 404 but rather some other code?
The text was updated successfully, but these errors were encountered:
404 does not seem like the right HTTP status code for this at all, I'm not there's any way you can look at "license invalid" and say that somehow the request was for a resource that doesn't exist 😄
I would suggest this is reopened on Quasar, suggesting it returns a 500 error or something more approriate.
/server/licenseInfo
returns 404 with the following content{ "status": "Not Found", "detail": { "message": "validation status error: LICENSE_INVALID" } }
but this seems not to be reflected in the returned
QError
https://github.com/slamdata/purescript-quasar/blob/master/src/Quasar/Error.purs#L30if this is the case then its not currently possible to tell between the difference between the license being invalid and the version of quasar not supporting this endpoint (i.e. not advanced).
alternatively perhaps quasar should not be return 404 but rather some other code?
The text was updated successfully, but these errors were encountered: