Merge pull request #64 from calendso/fix/readme-getting-started
Update README.md
This commit is contained in:
commit
666b6d433d
1 changed files with 1 additions and 0 deletions
|
@ -85,3 +85,4 @@ For more advanced usage, please refer to the git documentation: [https://git-scm
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
* SSL edge termination: If running behind a load balancer which handles SSL certificates, you will need to add the environmental variable `NODE_TLS_REJECT_UNAUTHORIZED=0` to prevent requests from being rejected. Only do this if you know what you are doing and trust the services/load-balancers directing traffic to your service.
|
* SSL edge termination: If running behind a load balancer which handles SSL certificates, you will need to add the environmental variable `NODE_TLS_REJECT_UNAUTHORIZED=0` to prevent requests from being rejected. Only do this if you know what you are doing and trust the services/load-balancers directing traffic to your service.
|
||||||
|
* Failed to commit changes: Invalid 'prisma.user.create()': Certain versions may have trouble creating a user if the field `metadata` is empty. Using an empty json object `{}` as the field value should resolve this issue. Also, the `id` field will autoincrement, so you may also try leaving the value of `id` as empty.
|
||||||
|
|
Loading…
Reference in a new issue