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
Description and expected behavior
When running the openapi generator, the process fails as follows:
An unexpected error occurred:
Error: ENOENT: no such file or directory
Environment (please complete the following information):
ZenStack version: 2.3.1
Prisma version: 6.5
Database type: Sqlite
Additional context
The other plugins call 'ensureEmptyDir' which creates the directory if it doesn't exist. The openapi plugin (both rest-generator and rpc-generator) doesn't call this function, so the plugin fails if the directory doesn't exist.
The text was updated successfully, but these errors were encountered:
Description and expected behavior
When running the openapi generator, the process fails as follows:
An unexpected error occurred:
Error: ENOENT: no such file or directory
Environment (please complete the following information):
Additional context
The other plugins call 'ensureEmptyDir' which creates the directory if it doesn't exist. The openapi plugin (both rest-generator and rpc-generator) doesn't call this function, so the plugin fails if the directory doesn't exist.
The text was updated successfully, but these errors were encountered: