Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 years agoDocker FindCredentialsUniqueKey
Server: (unable to get credentials and initialize API, retrying in 16s), Wrapped: (failed to FindCredentialsUniqueKey), Wrapped: (failed to loadCredentialsFile), Wrapped: (LoadLocalAuthV2 failed to c...
Former Member
5 years agoHi @sebmer - Sorry to hear you're having issues getting Connect running.
Could you describe how you're running the Connect API & Sync servers? Have you been using Docker Compose each time you encounter the errors?
From what I can see it looks like there's a minor configuration error with the file:
(LoadLocalAuthV2 failed to credentialsDataFromDisk), open /Users/MYUSERNAME/Downloads/1password/1password-credentials.json: no such file or directory
This looks like an issue with how you're mounting the file. Your volumes key in docker-compose.yaml should look something like this:
yaml
volumes:
- "<filepath_here>/1password-credentials.json:/home/opuser/.op/1password-credentials.json"
where /Users/MYUSERNAME/Downloads/1password
Once I hear back about how you're running the containers I can offer better advice.