Trying to run yarn migrate #5321
iJustErikk
started this conversation in
General
Replies: 1 comment
-
Okay I got this working by running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to run yarn hot and it told me to run yarn migrate.
It gives me this error:
Cannot destructure property 'languages' of 'settings' as it is null.
here: uwazi/app/api/migrations/migrations/6-connections_sanitizing/index.js:14:13
Relevant code:
async up(db) {
process.stdout.write('Sanitizing connections...\r\n');
anyone know what I can do to fix this?
Beta Was this translation helpful? Give feedback.
All reactions