Troubleshooting
Solutions to common problems.
Problems updating npm packages
Delete the ./node_modules
folder then run:
npm install
Problems with cache
Delete the temporary directories:
- dist for NestJs
CORS Problems
Add your frontend base url to the backend whitelist.
Permissions problem
Please manually create the folder used in Docker volumes and ensure that it has appropriate permissions.