Hello,
Same situation after Unified-red installation and configuration in the initial setup page
(Use `node --trace-deprecation ...` to show where the warning was created)
16 Jun 18:45:47 - [red] Uncaught Exception:
16 Jun 18:45:47 - [error] Error
at Query.run (C:\Users\STEMP5\.node-red\node_modules\sequelize\lib\dialects\mysql\query.js:52:25)
at C:\Users\STEMP5\.node-red\node_modules\sequelize\lib\sequelize.js:315:28
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async MySQLQueryInterface.select (C:\Users\STEMP5\.node-red\node_modules\sequelize\lib\dialects\abstract\query-interface.js:407:12)
at async Role.findAll (C:\Users\STEMP5\.node-red\node_modules\sequelize\lib\model.js:1140:21)
at async Role.findOne (C:\Users\STEMP5\.node-red\node_modules\sequelize\lib\model.js:1240:12)
at async init (C:\Users\STEMP5\.node-red\node_modules\unified-red\api\users\role.service.js:10:11)
Actually i could not find where the problem could come from.
The only thing I could confirme is that the parameter to mysql DB are good. When entering these parameter directly in the db.squelize.js and running,
parameter are created in Mysql DB. But still stuck with the above error message.
Could someone tell me where I have to look ?
Kind Regards