You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there is a problem, at least in the staging env (api.staging.arcusapi.com), with the Accept request header generation. Current implementation does this:
Hey,
It seems there is a problem, at least in the staging env (
api.staging.arcusapi.com
), with the Accept request header generation. Current implementation does this:leaving resulting values as:
application/vnd.regalii.v3.2+json
orapplication/vnd.regalii.v3.0+json
This in turn produces a 404 response.
While the supposedly working value is:
application/vnd.regalii.v3.mx+json
. At least it allowed me to get the API working again.Not sure if the production env would have a similar problem.
Best Regards
The text was updated successfully, but these errors were encountered: