megamattice asked
o1lab replied
Could you do a hard refresh if you have upgraded the NocoDB recently.
hard refresh = cmd+shift+r or ctrl+shift+r
megamattice replied
“Env”: [
“NC_DB=mssql://17.10.0.20:1433?u=&p=&d=nocoDB”,
“NC_PUBLIC_URL=****”,
“NC_DISABLE_TELE=true”,
“VIRTUAL_HOST=******”,
“VIRTUAL_PORT=8080”,
“LETSENCRYPT_HOST=********”,
“LETSENCRYPT_EMAIL=****”,
“PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin”,
“NC_DOCKER=0.6”,
“PORT=8080”,
“NC_TOOL_DIR=/usr/app/data/”
]
megamattice replied
I did not include NC_AUTH_JWT_SECRET because of this note in the documentation. “If absent: A Random secret will be generated”
megamattice replied