I can’t seem to figure out why our AppFoundry integration is failing with a 500 Internal Server Error when uploading forecast data via POST /api/v2/wfm/forecasting/forecasts. The payload validates locally, but the server rejects it at scale.
“Ensure the time series data adheres to the ISO 8601 format and does not exceed the maximum record limit per request.”
We are well within limits. Any insights on hidden validation rules in the latest release?