Whenever I update a field in the schema, the screen gets stuck on loading. Leaving the item, and coming back shows it updated, so the update does work. Happens on all models, as far as I can tell.
The PUT request to https://site-api.datocms.com/fields/:fieldId gets 202. I see no additional failed requests either.
Basically, Iām trying to see if this is an issue with a particular project (possibly a plugin?), a browser, a network issue, etc.
Thank you!
Edit: Also, super quick thing to test: Sometimes these are just stale browser files in the cache. If you log out of DatoCMS, hard refresh your browser, and then log back in, does this still happen? Or in an Incognito window?
I am experiencing the same error, or a similar one at least. My console shows the following errors:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://site-api.datocms.com/editing-sessions/cm615rmq200002e6fs9tyahqz. (Reason: CORS request did not succeed). Status code: (null).
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
Uncaught (in promise) TypeError: t.itemType is undefined
UNSAFE_componentWillReceiveProps https://assets.admin.datocms.com/build/index-VBJUQST4.js:181
index-VBJUQST4.js:181:115337
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://site-api.datocms.com/pusher/authenticate. (Reason: CORS request did not succeed). Status code: (null).
Using Firefox with a VPN. It seems to happen to me more often when I have left the editor tab open for a while and then try to make a change.
Edit: Just had another hangup when trying to create a new structured text field on a block record. However, reloading the page shows that the API request actually was successful, and the field existed on the reloaded page.
Does this still happen without the VPN on, or with a different browser?
Weāve noticed that some VPNs or enterprise security software will sometimes intercept our requests as a man-in-the-middle and then incorrectly rewrite our CORS headers into something invalid. If that happens, many of our endpoints will break.
The endpoint https://site-api.datocms.com/editing-sessions/ should not have a same-origin policy, for example. It should dynamically return your project URL the access-control-allow-origin.
@roger I have not noticed it happening when the VPN is disconnected, so that seems like a likely culprit. Iāll try the extension and see if I can duplicate the error.
Thank you @clay1. Can I ask which VPN or app it is? This is not standard web behavior (VPNs shouldnāt be rewriting headers like that, because that can break our site and others). But itās also not the first time weāve heard of this happening
If I can look into their implementation and better understand why & how they do this, maybe we can see if thereās something we can do on our side to make it more resilient.
Bummer, I canāt test that without a paid subscription, and their docs donāt have any details that I could find
Only if you have time and want to help further troubleshoot thisā¦ can you open the network inspector and Firefox (before you install that CORS extension), with the VPN enabled, and see what itās trying to send to us, especially the āoriginā field?
You can also right-click the response and āSave all as HARā and email that file to us at support@datocms.com if you prefer (itās just a request/response capture, so we can see what exactly your browser is sending and receiving through the VPN).
If I can figure out specifically whatās happening, I will let the devs know and hopefully we can make a workaround But if itās too much effort, np, just turning off the VPN and/or the extension will hopefully help. Up to you! (But thank you for the details either way)
@roger I was able to replicate again. It seems to only happen if Iāve let the page idle for a while. The only thing that I can see in these requests that is different from the previous successful ones is that the address here is undefined instead of 104.22.2.171:443.
That was with the VPN enabled. But I just realized I have Privacy Badger running as well, which is more likely the cause. I will try disabling for the day and see if I run into the issue again.
Edit: Privacy Badger was blocking cookies from ws-mt1.pusher.com
Edit 2: Had the same error again, with all browser plugins disabled.
Was the VPN also a āpluginā, or is that still on?
POST /items/191949471/validate undefined
Sorry, what am I looking at here? Are those the request headers being sent? What was the response?
Iām sorry for the continued hassle, but could you please save the entire roundtrip as an .HAR file and send that to me (I need to be able to see all the back and forth)? In the network inspector, find the failing request(s), right click and choose āSave all as .HARā. You can email that to r.tuan@datocms.com.
Iāve tried to reproduce it on my own but cannot so far, so I suspect itās something particular to your configuration or network. Being able to see the network traffic would help diagnose it.
Edit: And just to be clear, only do this if itās still causing an issue for you! If you managed to work around it, donāt feel like you have to help us keep troubleshooting this forever