Docker-compose issue [Mar 18]

:raising_hand_man: DukeLeTran replied

where do I get “NC_AUTH_JWT_SECRET”?

:person_tipping_hand: o1lab replied

NC_AUTH_JWT_SECRET is a random secret that we use to encrypt your credentials

:raising_hand_man: DukeLeTran replied

ok, i do have to sleep, but just wanted to say thank you

:raising_hand_man: DukeLeTran replied

you guys have been more helpful than I thought of any help I’d get

:raising_hand_man: DukeLeTran replied

So I just retried this though

:raising_hand_man: DukeLeTran replied

:raising_hand_man: DukeLeTran replied

This did not work :frowning_with_open_mouth:

:raising_hand_man: DukeLeTran replied

Okay, thank you again. Still not sure, but the default yml file did work

:raising_hand_man: wkw replied

does yr password contain some special characters?

:raising_hand_man: DukeLeTran replied

wkw@discord just alphanumeric, with lowercase and uppercase. I can generate a new random password as an example: kY0d0HMaRxJj6fCR (not my actual password)

:raising_hand_man: DukeLeTran replied

Question, if I use the default file - this works. But these OTHER_PASSWORDS, ROOT_PASSWORDS, nocodb don’t exist in my database

:raising_hand_man: DukeLeTran replied

Is it falling back onto sqlite? Especially if it fails to connect to my mariadb (not sure how it would connect with those credentials). And in that same thread if true, where does the sqlite get instantiated? (i.e. if I wanted to query that NocoDB root_db sqlite database)

:raising_hand_man: wkw replied

sqlite s used only when NC_DB is not found

:raising_hand_man: wkw replied

if I wanted to query that NocoDB root_db sqlite database

Under nocodb/packages/nocodb, there is a file called noco.db. You can use a sqlite viewer to open this file.

:raising_hand_man: wkw replied

wt s the difference between your current yml and the workable one we tested previously? only the passwords are different?

:raising_hand_man: DukeLeTran replied

Yeah, the working one had incorrect passwords to my database (so I can share this screenshot ok)

:raising_hand_man: DukeLeTran replied

:raising_hand_man: DukeLeTran replied

Okay for the current yml - I changed it to the “fake real” alphanumeric password - hopefully that makes sense :joy: . So now I can share it

:raising_hand_man: DukeLeTran replied

:raising_hand_man: DukeLeTran replied

Oh I just changed “root_db” on line 35 to “app_nocodb” FYI