Word cannot connect to Zotero. Please make sure Zotero is open and running.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
when I navigate to Containers there is no com.microsoft.Word
I only have the Zotero Beta version on my computer now. I didn't have issues before I downloaded the beta version.
Also, can you reinstall the non-beta version and confirm whether that works, before and after clicking the Word plugin reinstall button in the Cite → Word Processors pane of the Zotero preferences? We need to confirm whether this is a new problem in the beta for you as well.
This shows your Zotero data directory as "/Users/Laura 1/Dropbox/Zotero".
First of all, you absolutely shouldn't have you Zotero data directory in Dropbox — you'll corrupt your database, which is why Zotero explicitly warns you not to do that. You should move that out immediately.
But more to the point, this shows your home directory as "/Users/Laura 1", not "/Users/LauraB", and it shows a file being created in "/Users/Laura 1/Library/Containers/com.microsoft.Word/Data/" at startup, which wouldn't be the case if "com.microsoft.Word" didn't exist within Containers. There may be an issue with home directories with spaces in them in the beta — the home directory of @wc3campo had a space as well — but I'm not understanding how this relates to the information you were providing above where "com.microsoft.Word" didn't exist.
echo $HOMEin Terminal?How about the output of this, while Zotero is running?
ls -la /Users/Laura\ 1/Library/Containers/com.microsoft.Word/Data/.zoteroIntegrationPipe1) It looks like Finder in Big Sur shows the app name within Containers — so even though it's really ~/Library/Containers/com.microsoft.Word, if you go to that folder in Finder it shows "Microsoft Word". So that's one mystery solved.
2) I suspect you'll find that
echo $HOMEdisplays "/Users/Laura 1", andecho $USERfor some reason just displays a different name — one that you used previously or in some other context. So that's fine. The code uses$HOME.3) I suspect the problem in the beta is due to the spaces in the home directory. We weren't able to reproduce that in some testing today, but we'll try some more.
This for the second
prw------- 1 LauraB staff 0 Feb 22 16:57 /Users/Laura 1/Library/Containers/com.microsoft.Word/Data/.zoteroIntegrationPipe
We'll post here when there's an updated beta with a fix for the space issue.