-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common Setup Errors (docker-compose, .env, settings.json and Meilisearch) #686
Comments
Hi! thanks for your issue! Regarding the 'settings file not found error', did you set the About the meilisearch error, it happens from time to time. When that happens, restart the containers. |
Thanks, for a part, now I have this error there and for I put, to test: JWT_SIGNATURE=1010101011101110 ERROR [ExceptionHandler] : Settings File: missing field 'apiKey' Any hit? EDIT: meilisearch, I don't have a key and I don't really want this feature. Is it possible? |
Yup, this is another documentation error, my bad. In the |
Thanks, je corrige! |
Let me know if it works for you, I'll close this issue when everything works as expected. A PR has been opened to fix the documentation errors you encountered :) |
Instead of "providers": {
"genius": false,
"musicbrainz": false,
}, it should be: "providers": {
"musicbrainz": {},
}, |
This will be done in this PR since we are using a docker-compose, the POSTGRES_HOST should be just Meilisearch can sometimes be slow at startup. The PUBLIC_SERVER_URL should be something like |
Did you download and put the |
Yes :) The logs: `/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh /docker-entrypoint.sh: Configuration complete; ready for start up 2024/07/07 16:36:55 [notice] 1#1: using the "epoll" event method 2024/07/07 16:36:55 [notice] 1#1: nginx/1.24.0 2024/07/07 16:36:55 [notice] 1#1: built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r4) 2024/07/07 16:36:55 [notice] 1#1: OS: Linux 6.1.0-21-amd64 2024/07/07 16:36:55 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576 2024/07/07 16:36:55 [notice] 1#1: start worker processes 2024/07/07 16:36:55 [notice] 1#1: start worker process 32 2024/07/07 16:36:55 [notice] 1#1: start worker process 33 2024/07/07 16:36:55 [notice] 1#1: start worker process 34 2024/07/07 16:36:55 [notice] 1#1: start worker process 35` |
it will be nammed: nginx.conf.template or nginx.conf? In both cases I have no success. |
There should be WAY more logs than this. It should be named Please, can try:
meilisearch:
condition: service_healthy
|
Awesome! Shall I close the issue ? |
Yup, thanks again!!! |
Describe the bug
A clear and concise description of what the bug is.
Hi, when I run docker-compose, I get this error:
meelo-server-1:
To Reproduce
Run the docker-compose. (.env +settings.json configured)
Screenshots
Version
the latest version of the application
Merci d'avance!
The text was updated successfully, but these errors were encountered: