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 is possible that during the collection creation which will fail at the end (especially on a handle as this happens very late) another resource is created which points to it. In such a case the call to RC::$transaction->deleteResource($this->id); in the Resource::postCollectionMetadata() throws a database foreign key check violation error which leads to a cryptic HTTP 500 while it should be reported as an original error which lead to the resource creation cancellation.
The text was updated successfully, but these errors were encountered:
It is possible that during the collection creation which will fail at the end (especially on a handle as this happens very late) another resource is created which points to it. In such a case the call to
RC::$transaction->deleteResource($this->id);
in theResource::postCollectionMetadata()
throws a database foreign key check violation error which leads to a cryptic HTTP 500 while it should be reported as an original error which lead to the resource creation cancellation.The text was updated successfully, but these errors were encountered: