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 posting payload below to /admin/round/<id>/import
{
"import_method": "selected",
"file_names": ["Bytom, Rynek 24.jpg","Bytom, Rynek 24.jpg","Bytom, Rynek 24.jpg","Bytom, Rynek 24.jpg","Bytom, Rynek 24.jpg"]
}
Response is 500 with detail: <ExceptionInfo [sqlalchemy.exc.IntegrityError: (...)
It should be handled more gracefully in order to properly handle on front-end.
The text was updated successfully, but these errors were encountered:
When posting payload below to
/admin/round/<id>/import
Response is 500 with
detail
:<ExceptionInfo [sqlalchemy.exc.IntegrityError: (...)
It should be handled more gracefully in order to properly handle on front-end.
The text was updated successfully, but these errors were encountered: