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
I searched for existing Bug Reports and found no similar reports.
Expected Behavior
A map would show or an option to add your own map
Current behaviour
It’s just empty
Reproduction
Make a location (example)
Add a location attribute
Map won’t load
Which Operating Systems are you using?
Android
iPhone/iPad
Linux
macOS
Windows
Obsidian Version Check
1.5.3 and 1.4.16
Plugin Version
4.1.14
Confirmation
I have disabled all other plugins and the issue still persists.
Possible solution
React-simple-maps uses fetch which by default wants to do CORS. Between this and the current default url now being invalid as far as I’m able to find, this stops it from loading. Unsure how to fix, but you’d need to add no-cors to the request. Doubt if changing node-modules code is a valid fix.
The text was updated successfully, but these errors were encountered:
Just for some added info, this project uses the second link in the react-simple-map readme which is now a 404 and has been marked by an issue by multiple people on their end. In swapping out the link for the other example one it creates the CORS issue, which may be harder to fix without a fork.
Check for existing bug reports before submitting.
Expected Behavior
A map would show or an option to add your own map
Current behaviour
It’s just empty
Reproduction
Which Operating Systems are you using?
Obsidian Version Check
1.5.3 and 1.4.16
Plugin Version
4.1.14
Confirmation
Possible solution
React-simple-maps uses fetch which by default wants to do CORS. Between this and the current default url now being invalid as far as I’m able to find, this stops it from loading. Unsure how to fix, but you’d need to add no-cors to the request. Doubt if changing node-modules code is a valid fix.
The text was updated successfully, but these errors were encountered: