Description
When you try to create new rounds on a campaign, the entries are not being imported from commons. The API which is failing is /admin/round/<round_id:int>/import, along with this error it is also returns a CORS error but it only because there is no try and except in the import_entries() function in admin endpoints. The CORS error however is just a side effect and not related to the root cause of the import failure. The primary objective is to resolve the issue preventing the entries from being imported.
Description
When you try to create new rounds on a campaign, the entries are not being imported from commons. The API which is failing is
/admin/round/<round_id:int>/import, along with this error it is also returns a CORS error but it only because there is no try and except in theimport_entries()function in admin endpoints. The CORS error however is just a side effect and not related to the root cause of the import failure. The primary objective is to resolve the issue preventing the entries from being imported.