Picture of Mark Baldwin
Authoring Tool not working after MacOS Upgrade
by Mark Baldwin - Wednesday, 1 February 2023, 10:33 AM
 

Hi, wondering if anyone could provide some advice.

I have a local backup version of the AT installed on my mac, and after upgrading the OS to Big Sur recently, when I run 'node server' via terminal, I get the following errors:

error [01 Feb 23 10:29:40 +00:00] Server selection timed out after 30000 ms
error [01 Feb 23 10:29:40 +00:00] failed to set app.db

 

Does anyone know what I might need to change to get this working again? Many thanks in advance!

Picture of Oliver Foster
Re: Authoring Tool not working after MacOS Upgrade
by Oliver Foster - Wednesday, 1 February 2023, 12:05 PM
 

git command has probably gone missing

test with git --version

if an err, i think install 

xcode-select --install

Picture of Mark Baldwin
Re: Authoring Tool not working after MacOS Upgrade
by Mark Baldwin - Monday, 13 February 2023, 9:06 AM
 

Thanks for the reply. This and another message regarding MacOS changes has helped fix the problem. Much appreciated!