-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Instance unhealthy after v0.14.0: MeiliSearchApiError: The provided API key is invalid. #162
Comments
(and this secretvalue did not change between versions - I keep that persistent in my environment) |
hmm, it seems like I get that error if I try to access wanderer through my nginx reverse proxy (SSL) if I go directly to the web container (tcp/3000) I get this error in the logs instead:
|
This is likely due to a change that makes lists searchable. This required me to update the meilisearch tokens for every user. This migration should have made sure that all tokens are automatically updated. |
Very strange - I tried logging out and logging back in, but it didn't solve the problem. I tried restoring a backup of all the volumes from before I upgraded, then started the stack again and this time it seems like the migration(s) worked fine and the instance is healthy again. Very weird - if I find anything in the logs about the first upgrade I'll post here, but for now it seems like it's working again ¯_(ツ)_/¯ |
I seem to be having some issues after upgrading to this morning's v0.14.0 release
I'm using the latest
docker-compose.yml
frommain
so the migration to meilisearch v1.11.3 was included:Basically, my
docker-compose.yml
is the same asmain
but with these modifications:wanderer-web
environment variableORIGIN
is set to the hostnamePUBLIC_DISABLE_SIGNUP
set to trueMEILI_MASTER_KEY
set to a persistent, secret value using cenvhere's how that looks:
After starting the new docker-compose stack, it looks like meilisearch starts up cleanly:
After trying to load
/trails
I get this error in the logs:The text was updated successfully, but these errors were encountered: