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
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
I am trying to generate a new backend application:
$ lumber generate "Fine" --connection-url "postgres://postgres:testpwd@localhost:5432/en_memoir_development"...
Actual behavior
TODO: What is the current behavior?
Failure Logs
✓ Connecting to your database
✖ Analyzing the database
Cannot generate your project.
An unexpected error occurred. Please reach out for help in our Slack community or create a Github issue with following error: SequelizeDatabaseError: syntax error at or near "("
(node:51769) UnhandledPromiseRejectionWarning: SequelizeDatabaseError: syntax error at or near "("
at Query.formatError (/Users/testuser/.npm-global/lib/node_modules/lumber-cli/node_modules/sequelize/lib/dialects/postgres/query.js:366:16)
........
at processImmediate (internal/timers.js:456:21)
(node:51769) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:51769) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Context
Lumber Package Version: 3.5.6
Database Dialect: PostgreSQL
Database Version: 9.2.24
The text was updated successfully, but these errors were encountered:
Can you also ensure to run the generate command with the latest Lumber version v3.6.4?
This version contains a few fixes about PostgreSQL / nodeJS v14 compatibility.
Any other contextual information specific to your database/project could help us to isolate the issue.
Expected behavior
I am trying to generate a new backend application:
$ lumber generate "Fine" --connection-url "postgres://postgres:testpwd@localhost:5432/en_memoir_development"...
Actual behavior
TODO: What is the current behavior?
Failure Logs
✓ Connecting to your database
✖ Analyzing the database
Context
The text was updated successfully, but these errors were encountered: