dchristl / macless-haystack

Create your own AirTag with OpenHaystack, but without the need to own an Apple device
GNU General Public License v3.0
407 stars 66 forks source link

Help w/ Error when Attempting to Authenticate #132

Closed KYLE-HILL closed 1 month ago

KYLE-HILL commented 1 month ago

Hello,

I was wondering if anyone could point me in the right direction regarding the following error message: error-macless-haystack

I get this error when I attempt to login using my Apple-ID. I believe my Anisette Server has been configured correctly and I can see the following when I got to localhost:6969. anisette

I think it might have something to do with the communication to my Anisette Server but don't know where to start. Any help/suggestions would be appreciated.

Thanks, Kyle

KYLE-HILL commented 1 month ago

I was able to resolve this issue. For people running into the same error - It was due to File Permissions on my mapped folders. There appears to be an issue when using rootless maps with a specified UID/GID. I got it to work by mapping a folder in the docker volume directory as root / root which is the containers default user. Not ideal due to security implications but it works.