You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment variable JWT_SERVICE_SECRET needs to present in order to create Service Tokens, but it in .env.example it is under the # JWT lifetime and has Optional keyword in description. One can assume that you don't need to enter anything here but thats not the case. It needs to be under # JWT section in order to work without problem.
To Reproduce
Steps to reproduce the behavior:
Go to .env
Delete the content from following variable 'JWT_SERVICE_SECRET'
Run docker-compose
Navigate to
Expected behavior
Variable should be under # JWT and must be indicated as Required.
Screenshots
Platform you are having the issue on:
Additional context
No additional context available.
The text was updated successfully, but these errors were encountered:
Describe the bug
Environment variable
JWT_SERVICE_SECRET
needs to present in order to create Service Tokens, but it in.env.example
it is under the# JWT lifetime
and hasOptional
keyword in description. One can assume that you don't need to enter anything here but thats not the case. It needs to be under# JWT
section in order to work without problem.To Reproduce
Steps to reproduce the behavior:
.env
docker-compose
Expected behavior
Variable should be under
# JWT
and must be indicated asRequired
.Screenshots
Platform you are having the issue on:
Additional context
No additional context available.
The text was updated successfully, but these errors were encountered: