We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0625149 + 4beacc2 commit d5d0461Copy full SHA for d5d0461
.changeset/famous-trees-burn.md
@@ -0,0 +1,5 @@
1
+---
2
+"strapi-plugin-webtools": patch
3
4
+
5
+fix: issue with bulk generate when having DP and i18n enabled
packages/core/server/services/bulk-generate.ts
@@ -82,6 +82,7 @@ const generateUrlAliases = async (params: GenerateParams): Promise<number> => {
82
83
// eslint-disable-next-line no-await-in-loop
84
await strapi.documents(type as 'api::test.test').update({
85
+ locale: entity.locale,
86
documentId: entity.documentId,
87
data: {
88
url_alias: [newUrlAlias.documentId],
0 commit comments