daneden / Zeitgeist

👁 An iOS app for keeping an eye on your Vercel deployments
http://zeitgeist.daneden.me
Apache License 2.0
190 stars 7 forks source link

Projects not appearing #102

Closed Jadonus closed 9 months ago

Jadonus commented 9 months ago

Yes, same issue. Just updated the app and the issue wasn’t fixed. Signed out and signed in again and all that. For the record I grabbed the source code and signed in on the Xcode simulator, and I experienced the same issue. (No logged errors)

App Version: 3.2.1 Device: iPhone 12 mini OS: iOS 17.1.1

daneden commented 9 months ago

I grabbed the source code and signed in on the Xcode simulator, and I experienced the same issue. (No logged errors)

I think I accidentally removed error logging for failed project decoding; you can try pulling the latest from the main branch now and re-testing your account locally.

It's possible there are yet more domain protection types not covered in the project structure. As someone with only a hobby Vercel account, testing e.g. teams fully can be challenging 😅

Jadonus commented 9 months ago

Looks like the latest version from GitHub works fully. Thanks for staying on top of this!