Problem setting up CRM soluition

* I tried installing the sql backup of the CRM like described in the nice tutorial (2) on my MacBook as a docker. After the SQL inserts the nocobase page won´t load. It just show “App error - Validation Error”.

* MacOS docker

  • NocoBase version:nocobase/nocobase:latest-full
  • Database type and version:
  • OS:
  • Deployment Methods:
  • Docker image version: nocobase/nocobase:latest-full

* How To Reproduce

Install as docker with docker compose example

Expected behavior

Screenshots

Logs

Restart the environment and provide the app.log file:
docker-compose restart app && docker-compose logs app > app.log 2>&1

app.log.zip (36,6 KB)

Log File attached. thanks in advance for your help. I really like what you done here and would like to use nocobase further…

Please try the following steps: Execute SQL in an empty database, install the corresponding version of NocoBase, and connect to the restored database in the environment variables.

1 Like

Perfect, thank you. This way it works perfectly. I’ve used the standard docker-compose.yml, just started the database. Imported the backup to the database. After this was completed, I’ve started the nocobase app.

Thanks again for your help, much appreciated.