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
Hello,
I followed the steps in the docker setup (Docker.README.md) exactly, but when I try to log-in, I get the error
"0|user.server | TypeError: Cannot read properties of null (reading 'account_count')
0|user.server | at default (file:///usr/socioboard/app/socioboard-api/User/middleware/authentication.middleware.js:31:71)"
When I start the compose file for the first time, I get the following log:
Running first time setup
Initializing MySQL Database
npm WARN exec The following package was not found and will be installed: sequelize-cli@6.5.1
sh: sequelize: Permission denied
Setup complete
Starting API
I suspect it has something to do with am error in the db initialization. Can anyone help me with that?
The text was updated successfully, but these errors were encountered:
There are multiple issue that seen that I have tried to fixed.
The above issue is due to seed is not being executed due to sequelize cli sh: sequelize: Permission denied,
From logs i identified that Plans are not being seeded in table due to created and updated timestamps are not null and required some values,
some of the other issues i had faced is
Sequelize cli permission denined
Log directory case sensitive issue in some of the file its Log and directory is cloned as log
sed command not working in macos in docker compose build so mongo credentials are not working
Plan Seeder has issue with no default value of database
Check Laravel APP_KEY is correct else it not work.
Hello,
I followed the steps in the docker setup (Docker.README.md) exactly, but when I try to log-in, I get the error
When I start the compose file for the first time, I get the following log:
I suspect it has something to do with am error in the db initialization. Can anyone help me with that?
The text was updated successfully, but these errors were encountered: