Issue
When making an API call to download translations, my response was 204 no content.
Answer
The wrong locale was used.
Please try again and if issues persist, contact our support with details about which API you used.
Issue
When making an API call to download translations, my response was 204 no content.
Answer
The wrong locale was used.
Please try again and if issues persist, contact our support with details about which API you used.
Comments
2 comments
The 204 (No Content) status code indicates that the server has successfully fulfilled the request and that there is no additional content to send in the response payload body. While 200 OK being a valid and the most common answer, returning a 204 No Content could make sense as there is absolutely nothing to return. Conduent Connect Feps Login
When encountering an authentication error with an API, it often means that the provided credentials—such as an API key or access token—were incorrect, missing, or expired. To resolve this, double-check the API key or authentication token you’re using to ensure it’s valid and up to date. Make sure it has the required permissions and is correctly formatted according to the API SQ Stock provider’s specifications. If you're storing this key in environment variables or a configuration file, verify that it’s being accessed correctly by your application.
Please sign in to leave a comment.