| When sending the metrics data from iOS example app to aerogear-metrics-api, I'm getting 500 in the response because the clientId string length exceeds the limit specified for the database in app metrics:
postgres_1 | ERROR: value too long for type character varying(30) |
postgres_1 | STATEMENT: INSERT INTO mobileappmetrics(clientId, data) VALUES($1, $2)
|
|