You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was debugging a plugin I was developing and noticed that if I performed a full app reload while the dev console was open, there was a 403 for a github static asset every time I restarted Obsidian. Searching for the URL that was 403'ing in my .obsidian dir, I found that it was the URL for the image used in the Ko-Fi CTA on the Settings page:
Describe the bug
I was debugging a plugin I was developing and noticed that if I performed a full app reload while the dev console was open, there was a 403 for a github static asset every time I restarted Obsidian. Searching for the URL that was 403'ing in my
.obsidian
dir, I found that it was the URL for the image used in the Ko-Fi CTA on the Settings page:obsidian-jira-issue/src/settings.ts
Line 181 in 9ff618a
The image does in fact show as broken on the settings page:
Trying to navigate to that asset in a browser also fails:
https://camo.githubusercontent.com/3c7d0ccc8f3d2f6071fbb1aae2dd2f755212d10bc37cd57cf7b3f53862a89d85/68747470733a2f2f617a3734333730322e766f2e6d7365636e642e6e65742f63646e2f6b6f6669332e706e67
To Reproduce
Steps to reproduce the behavior:
Reload app without saving
Expected behavior
Asset should ideally resolve with a 200 OK
Screenshots
See above
Plugin version and platform
The text was updated successfully, but these errors were encountered: