gpx import from strava seems to not work - routes still empty
Hi, thanks for your amazing work. Unfortunately I have some trouble after installing the app. I could register the first account. Now I went to strava end exported a gpx file and like to import it into wanderer. It shows all information about my trip in the map and filled all fields like base information an so on.
Now I press "save route" and I will be created a small preview image and on the bottom right it shows that the route is saved. But on the route site it does not show anything.
Output from the search container
2025-04-29T20:30:33.013731Z WARN HTTP request{method=POST host="wanderer-search:7700" route=/indexes/trails/search query_parameters= user_agent=node status_code=403 error=The provided API key is invalid.}: tracing_actix_web::middleware: Error encountered while processing the incoming HTTP request: ResponseError { code: 403, message: "The provided API key is invalid.", error_code: "invalid_api_key", error_type: "auth", error_link: "https://docs.meilisearch.com/errors#invalid_api_key" } 2025-04-29T20:30:33.013803Z WARN HTTP request{method=POST host="wanderer-search:7700" route=/indexes/trails/search query_parameters= user_agent=node status_code=403 error=The provided API key is invalid.}: tracing_actix_web::middleware: Error encountered while processing the incoming HTTP request: ResponseError { code: 403, message: "The provided API key is invalid.", error_code: "invalid_api_key", error_type: "auth", error_link: "https://docs.meilisearch.com/errors#invalid_api_key" } │2025-04-29T20:30:33.013881Z INFO HTTP request{method=POST host="wanderer-search:7700" route=/indexes/trails/search query_parameters= user_agent=node status_code=403 error=The provided API key is invalid.}: meilisearch: close time.busy=187µs time.idle=287µs
2025-04-29T20:30:33.013944Z INFO HTTP request{method=POST host="wanderer-search:7700" route=/indexes/trails/search query_parameters= user_agent=node status_code=403 error=The provided API key is │invalid.}: meilisearch: close time.busy=128µs time.idle=218µs
2025-04-29T20:33:06.549991Z INFO HTTP request{method=POST host="wanderer-search:7700" route=/indexes/trails/documents query_parameters= user_agent=Meilisearch Go (v0.29.0) status_code=202}: meilisearch: close time.busy=280µs time.idle=813µs │2025-04-29T20:33:06.697402Z INFO index_scheduler::scheduler::process_index_operation: document indexing done indexing_result=DocumentAdditionResult { indexed_documents: 1, number_of_documents: 4} processed_in=147.300719ms │2025-04-29T20:33:06.698844Z INFO index_scheduler::scheduler: A batch of tasks was successfully completed with 1 successful tasks and 0 failed tasks.
2025-04-29T20:33:06.930491Z INFO HTTP request{method=PUT host="wanderer-search:7700" route=/indexes/trails/documents query_parameters= user_agent=Meilisearch Go (v0.29.0) status_code=202}: meilisearch: close time.busy=242µs time.idle=712µs │2025-04-29T20:33:07.261750Z INFO index_scheduler::scheduler::process_index_operation: document indexing done indexing_result=DocumentAdditionResult { indexed_documents: 1, number_of_documents: 4} processed_in=331.012338ms │2025-04-29T20:33:07.263408Z INFO index_scheduler::scheduler: A batch of tasks was successfully completed with 1 successful tasks and 0 failed tasks.
And the web container
│ [INFO] [20:30:00]: Starting auto-upload │
│ [ERROR] [20:30:00]: Login failed. Unable to obtain cookie. │
│ MeiliSearchApiError: The provided API key is invalid. │
│ at /app/node_modules/meilisearch/dist/bundles/meilisearch.cjs.js:378:19 │
│ at Generator.next (<anonymous>) │
│ at fulfilled (/app/node_modules/meilisearch/dist/bundles/meilisearch.cjs.js:298:58) │
│ at process.processTicksAndRejections (node:internal/process/task_queues:105:5) { │
│ code: 'invalid_api_key', │
│ type: 'auth', │
│ link: 'https://docs.meilisearch.com/errors#invalid_api_key', │
│ httpStatus: 403 │
│ } │
│ MeiliSearchApiError: The provided API key is invalid. │
│ at /app/node_modules/meilisearch/dist/bundles/meilisearch.cjs.js:378:19 │
│ at Generator.next (<anonymous>) │
│ at fulfilled (/app/node_modules/meilisearch/dist/bundles/meilisearch.cjs.js:298:58) │
│ at process.processTicksAndRejections (node:internal/process/task_queues:105:5) { │
│ code: 'invalid_api_key', │
│ type: 'auth', │
│ link: 'https://docs.meilisearch.com/errors#invalid_api_key', │
│ httpStatus: 403 │
│ }
Maybe you could give me some tips how to fix this. Thanks.
Something seems to have gone wrong with your setup. Meilisearch is complaining that the API key that your user provides is wrong. I cannot exactly say what went wrong without more details.
If you haven't imported too much data, I suggest reinstalling Wanderer.