Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
ecerulm
7 months agoNew Contributor
Failed to copy secret reference
When I right-click on a password and choose "Copy Secret Reference" , 1Password complains with "Failed to copy secret reference" at the bottom of the screen
This happens on this particular entry, I tried a couple other Logins and I can Copy Secret Reference just fine.
So what can cause this "Failed to copy secret reference" ?
I'm using 8.11.1 on macOS Sequoia 15.5
I just want to share that I raised a ticket with 1Password support and in summary they said:
This is a known issue I can see that has been raised with the development team and we're currently investigating to better understand the root cause of the issue.
....
While we don’t have a specific timeline for a resolution just yet, this issue is on our radar, and we’re hopeful it will be addressed in the near future.And for future context I have the same issue if I duplicate the item and try to Copy Secret reference on that duplicated item, even after renaming it to test , deleting all the attributes and tag except "password", and changing the password to "aaa", etc.
In other words I stripped that item to the barebones and I still had the issue so for me it looks like the issue it's not related to the name of item, the name of the attributes/fields or the contents of the attributes/fields.
5 Replies
- tillNew Member
I wanted to chime in, since I spent an hour last night poking around.
My problem is that the UI (web or e.g. Mac App), does not always display the full structure of the secret.
So for example, in my case, it failed with the same error message, I googled, found this thread and then I poked around and ultimately created references with the UUIDs etc. (which are terribly hard to find btw). Ultimately it let to an error message from the SDK: "field is matched more than once" (I don't remember the exact wording).
This let me to look for the duplicate field and the only way I can find it is by exporting the JSON structure of the secret (in the Mac app, view the secret, then the three vertical dots: "Copy item JSON". This showed me something like this:
{ "overview": { "title": "name", "ainfo": "something", "ps": 100, "url": "http://example.org/", "URLs": [ { "u": "http://example.org/", "l": "website", "m": "host" } ] }, "details": { "password": "", "fields": [ { "value": "XXX", "id": "", "name": "username", "type": "T", "designation": "username" }, { "value": "XXX", "id": "", "name": "password", "type": "P", "designation": "password" } ] }, "createdAt": "2025-04-23T16:45:24Z", "updatedAt": "2026-03-13T15:54:46Z", "faveIndex": 0, "trashed": "N", "templateUuid": "001", "uuid": "whatever" }The caveat is in details - the first (empty) password field is not rendered in the app or in the web.
Anyway, what I did was: I didn't copy the item, I created a new secret and moved the data around. Now the structure does no longer include the empty password field. Now once I recreated the secret, I can copy secret references in the app and also use it via the SDK.
I suspect I may have changed the type of the secret when I created it — which is how the empty password was created. But I don't recall the exact steps. But I figured I share this as it may help figure out the error — maybe there is a clean-up procedure missing for when the secret type is changed or when you add additional fields, etc.. It just seems that the structure I have is wrong.
- ecerulmNew Contributor
I just want to share that I raised a ticket with 1Password support and in summary they said:
This is a known issue I can see that has been raised with the development team and we're currently investigating to better understand the root cause of the issue.
....
While we don’t have a specific timeline for a resolution just yet, this issue is on our radar, and we’re hopeful it will be addressed in the near future.And for future context I have the same issue if I duplicate the item and try to Copy Secret reference on that duplicated item, even after renaming it to test , deleting all the attributes and tag except "password", and changing the password to "aaa", etc.
In other words I stripped that item to the barebones and I still had the issue so for me it looks like the issue it's not related to the name of item, the name of the attributes/fields or the contents of the attributes/fields.
- ecerulmNew Contributor
I can "construct" the secret references myself by using
op item list --tags xxx # get the ID /UUID of the item op read "op://MyVaultName/<UUID>/password"or by using "Copy Private Link" and getting the Vault id (v=XXX) and the item ID (i=XXXX) from the links and use that to
op read "op://<vaultid>/<itemid>/password"
But I would like to know why I can't just use "Copy Secret Reference" for this particular item.- 1P_Phil
Moderator
Hi ecerulm ,
Thanks for sharing this with us. First thing I noticed is that your 1Password is out of date. Could you please update and try this again?
We are currently on "1Password for Mac 8.11.4 (81104027)"
If it continues to be a problem, could you DM me and we can coordinate a bit more debugging work.
Thanks!
Phil- ecerulmNew Contributor
Hi 1P_Phil , I upgraded today to 1Password for Mac 8.11.4 (81104027) and it's still the same error "Failed to copy secret reference", I also tried on a different computer yesterday on 1Password for Mac 8.11.2 and also say the same behaviour for this particular item.
If it continues to be a problem, could you DM me and we can coordinate a bit more debugging work.
I have to confess that I tried to DM you, but I didn't find where is that functionality in this page. Can you initiate the DM?