- DATE:
- AUTHOR:
- Engrain
Fixed an issue that caused data file uploads to fail silently after a server upgrade
What was fixed? We resolved an issue that caused data file uploads to fail silently for integrations using the data-models endpoint.
What was the issue? A server upgrade changed how the server handled file uploads sent via PUT request. Uploads were returning an error on our end even though nothing had changed in the integration. Because the failure was silent, it went undetected until a client reported it.
Who was affected? Integrations using the data-models endpoint that upload data files via PUT request.
What's improved? The server now correctly handles file uploads sent via PUT request. We've also added automated test coverage to catch this type of failure before it reaches production in the future.
What do you need to do? Nothing. The fix has been applied automatically. If your integration was affected, uploads will resume processing correctly without any changes on your end.