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
When I set DISABLE_ERD=false in my .env file, no ERD is generated, which is contrary to the expected behavior. When I remove this variable, the ERD generation works again as expected.
Environment:
OS: Ubunutu
Node.js version: 18.16.1
Prisma version: 4.14.0
prisma-erd-generator version: 1.8.0
Steps to reproduce:
Add DISABLE_ERD=false to the .env file.
Run the ERD generation process.
Expected behavior:
When DISABLE_ERD=false is set in the .env file, the ERD should be generated.
Actual behavior:
No ERD is generated when DISABLE_ERD=false is set.
Issue Type:
Bug
Description:
When I set
DISABLE_ERD=false
in my.env
file, no ERD is generated, which is contrary to the expected behavior. When I remove this variable, the ERD generation works again as expected.Environment:
Steps to reproduce:
DISABLE_ERD=false
to the.env
file.Expected behavior:
When
DISABLE_ERD=false
is set in the.env
file, the ERD should be generated.Actual behavior:
No ERD is generated when
DISABLE_ERD=false
is set.Relevant code:
.env
file:schema.prisma
file:The text was updated successfully, but these errors were encountered: