-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🔍 Is there already an issue for your problem?
- I have checked older issues, open and closed
📝 Description
Starting with version 6.11.1, if network connectivity is lost, the icon will appear red, as expected. But if connectivity is restored, the icon remains red until I've restarted the application or received a notification to cause it to colorize itself as green.
🪜 Steps To Reproduce
- Have Gitify running, working as expected.
- Disconnect Mac from the internet (disable wifi, unplug ethernet, etc.).
- Put the Mac to sleep.
- Wake the Mac.
- Observe that the Gitify icon is red.
- Reconnect the Mac to the internet.
- Open Gitify, and click the "refresh" button.
- Observe that Gitify's state is back to normal, but the icon remains red.
🪵 Log Excerpts
I don't think there's anything helpful in here, but you can see the network errors (as expected) followed by normal behavior after connectivity is restored.
[2025-11-12 08:25:57.651] [error] [apiRequestAuth] API request failed: AxiosError: Network Error
at v.onerror (file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:1717347)
at st.request (file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:1725528)
at async t.apiRequestAuth (file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:11775)
at async file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:1732523
at async Promise.all (index 0)
at async t.getAllNotifications (file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:1732327)
at async file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:18571
[2025-11-12 08:25:57.652] [error] [getAllNotifications] error occurred while fetching account notifications AxiosError: Network Error
at v.onerror (file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:1717347)
at st.request (file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:1725528)
at async t.apiRequestAuth (file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:11775)
at async file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:1732523
at async Promise.all (index 0)
at async t.getAllNotifications (file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:1732327)
at async file:///Applications/Gitify.app/Contents/Resources/app.asar/build/renderer.js:62:18571
[2025-11-12 08:58:06.429] [info] [app updater] Checking for updates on a periodic schedule
[2025-11-12 08:58:06.430] [info] Checking for update
[2025-11-12 08:58:06.430] [info] [auto updater] Checking for update
[2025-11-12 08:58:07.752] [info] Update for version 6.11.1 is not available (latest version: 6.11.1, downgrade is disallowed).
[2025-11-12 08:58:07.753] [info] [auto updater] Update not available
[2025-11-12 08:58:07.753] [debug] checkForUpdatesAndNotify called, downloadPromise is null
Gitify Version
6.11.1
Operating System
macOS
GitHub Account
GitHub Cloud
📸 Screenshots
Normal connected state, but icon is remains red:

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working