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
When calling RestApiClient#ingest we get an error: "500 Internal Server Error"
debugging indicates the server is giving this message:
The PID 'hydrangea:fixture_mods_article1' already exists in the registry; the object can't be re-created.
But it just raises a 500 exception up to the application level. We can probably throw something more helpful.
The text was updated successfully, but these errors were encountered:
When calling RestApiClient#ingest we get an error: "500 Internal Server Error"
debugging indicates the server is giving this message:
The PID 'hydrangea:fixture_mods_article1' already exists in the registry; the object can't be re-created.
But it just raises a 500 exception up to the application level. We can probably throw something more helpful.
The text was updated successfully, but these errors were encountered: