Hi,
Seems like there are now a size limit on the decoder size? Or am I reading the error incorrectly?
Invalid value of field default_formatters.up_formatter_parameter
{
“code”: 3,
“message”: “error:pkg/applicationserver:field_value (invalid value of fielddefault_formatters.up_formatter_parameter
)”,
“details”: [
{
“@type”: “type.googleapis.com/ttn.lorawan.v3.ErrorDetails”,
“namespace”: “pkg/applicationserver”,
“name”: “field_value”,
“message_format”: “invalid value of field{field}
”,
“attributes”: {
“field”: “default_formatters.up_formatter_parameter”
},
“correlation_id”: “15992cf63207422dba944b871132fece”,
“cause”: {
“namespace”: “pkg/applicationserver”,
“name”: “formatter_script_too_large”,
“message_format”: “formatter script size exceeds maximum allowed size”,
“attributes”: {
“max_size”: 4096,
“size”: 6459
},
“code”: 3
},
“code”: 3
}
],
“request_details”: {
“url”: “/as/applications/smart-badge/link”,
“method”: “put”,
“stack_component”: “as”
}
}