Console Errors When Creating or Editing Posts
-
We’re getting these two errors when we are on the Edit Post page.
https://s0.wp.com/widgets.wp.com/notes/css/notes-shared.css?v=20150518
Failed to load resource: the server responded with a status of 403 (Forbidden)https://s0.wp.com/widgets.wp.com/notes/css/notes-widget.css?v=20150518 Failed to load resource: the server responded with a status of 403 (Forbidden)
These are called from notes-widget.min.js, which seems to be called by Jetpack. When I disable Jetpack, then the errors don’t appear.
I found this in the notes-widget.min.js file, which is probably what needs to be looked at.
j=”//s0.wp.com/widgets.wp.com/notes/css/rtl/notes-widget-rtl.css”,k=”//s0.wp.com/widgets.wp.com/notes/css/rtl/notes-shared-rtl.css”):(j=”//s0.wp.com/widgets.wp.com/notes/css/notes-widget.css”,k=”//s0.wp.com/widgets.wp.com/notes/css/notes-shared.css”)When you change https://s0.wp.com/widgets.wp.com/notes/css/notes-shared.css?v=20150518 to https://widgets.wp.com/notes/css/notes-shared.css?v=20150518, then it works fine.
Is anybody else experiencing this problem?
- The topic ‘Console Errors When Creating or Editing Posts’ is closed to new replies.