URLS__BASEURL environment variable. The current base URL {actual} does not match to the base url {configured}.",
"setup.ruleUrl.success": "Congratulations, the URLS__BASEURL environment variable is configured properly.",
"setup.title": "Installation",
+ "setup.webpack.headline": "webpack error",
+ "setup.webpack.text": "You have to run webpack dev server to run the frontend in Development mode. More information in the documenation: ",
+ "setup.webpack.title": "webpack error",
"users.accessDenied.text": "This operation is not allowed, your account might be locked.",
"users.accessDenied.title": "Access denied",
"users.consent.agree": "I agree!",
diff --git a/backend/src/Squidex.Shared/Texts.it.resx b/backend/src/Squidex.Shared/Texts.it.resx
index a88497e4f..11c8d00be 100644
--- a/backend/src/Squidex.Shared/Texts.it.resx
+++ b/backend/src/Squidex.Shared/Texts.it.resx
@@ -229,6 +229,9 @@
+ @T.Get("setup.webpack.text") + + @T.Get("common.documentation") +
+ +