-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[4.2 beta] - Error: Unknown dialect undefined on strapi app when start develop #13237
Copy link
Copy link
Closed
Closed
Copy link
Labels
flag: EEIssues correlates to internal EE ticketIssues correlates to internal EE ticketissue: bugIssue reporting a bugIssue reporting a bugseverity: highIf it breaks the basic use of the productIf it breaks the basic use of the productsource: typescriptSource is related to TypeScript (typings, tooling, ...)Source is related to TypeScript (typings, tooling, ...)status: confirmedConfirmed by a Strapi Team member or multiple community membersConfirmed by a Strapi Team member or multiple community members
Metadata
Metadata
Assignees
Labels
flag: EEIssues correlates to internal EE ticketIssues correlates to internal EE ticketissue: bugIssue reporting a bugIssue reporting a bugseverity: highIf it breaks the basic use of the productIf it breaks the basic use of the productsource: typescriptSource is related to TypeScript (typings, tooling, ...)Source is related to TypeScript (typings, tooling, ...)status: confirmedConfirmed by a Strapi Team member or multiple community membersConfirmed by a Strapi Team member or multiple community members
Type
Projects
Status
Archived
Bug report
Required System information
v16.14.08.5.44.2.0-beta.2postgresMac OS (M1)Describe the bug
When using the
4.2.0-beta.2with typescript I get an error.Steps to reproduce the behavior
strapi developExpected behavior
Strapi start develop correctly.
Code snippets
Additional context
When I use the version
4.2.0-beta.0this issue does not happen and the project work as expected. But in versions4.2.0-beta.1and4.2.0-beta.2I have the same issue.