Note: The issue regarding invalid slugs and document duplication (a9da3b1) was caused by a unique constraint set by MongoDB. Removing this constraint resolves the issue experienced inside the CMS.
Note++: Migration from npm to pnpm (e9d16af), which means that all previous npm or npm run commands have been replaced with pnpm. This will require a slight adjustment in the development workflow, as commands for building the client and server will now be pnpm run [command]
instead of npm run [command]
. In addition, please make sure to update any scripts or configuration files that may reference npm with pnpm.