SwiftcordApp/Swiftcord

Stuck on Loading Channels

Closed this issue · 2 comments

Describe the bug

To Reproduce

  1. Login in Swiftcord
  2. Close App
  3. Open App
  4. See error

Expected behavior
Show Channels, Messages ... Views

Screenshots
CleanShot 2022-05-07 at 22 34 22@2x

Logs

Adding a better logging system might be required. to-do
CleanShot 2022-05-07 at 22 36 16@2x

Duplicate of #13

Running from source in Xcode would provide logs, or you can look in console.app. I use OSLog, which is apple's native logging system for macOS. Sensitive data like payloads containing your token are redacted (when they are persisted in console.app, not in Xcode).