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
The MongoDB model for data catalog no longer has the property slug. The error is likely thrown because the database used still has the slug property as part of the model. The solution is likely to manually remove this property from the existing MongoDB instance.
@ychae This will be addressed by Roche/GNE when they will migrate data from their alpha4 DB to the current version of the portal. Removing from Milestone 2 as this is not an issue with the current version of the codebase.
When trying to create a new PHC IX Data Catalog entry, it throws a the following error:
E11000 duplicate key error collection: phccp.datacatalogs index: slug_1 dup key: { slug: null }
The text was updated successfully, but these errors were encountered: