sandcforge
sandcforge
> Sounds like you can load the page and see the main layout, but the app cannot do any XHR requests, right? Yes. > Where do you run the app...
Hi, I have checked the compatibility of fetch() https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API Is this the reason that mobile chrome and safari on iOS do not support this fetch() ? Thanks, Sheng
Hi, I installed that package. The issue is still there. I found there was a quick way to reproduce. Enable desktop safari developer mode by this link. https://support.apple.com/guide/safari/use-the-safari-develop-menu-sfri20948 After that...
Hi, In my case, neither of dev or prod is working. And here is the snapshot. Let me know if you need more info. Thanks, Sheng
No, I did not see any error. Here is the log from redux.
Hi Anton, When I remove `mode: 'none'` from `defaultParams`, everything works fine. May I know what this mode used for? Thanks, Sheng
`mode` is not natively supported by Safari. and the polyfill whatwg-fetch is not supported `mode` yet. So that is why we can not use this option `mode` in fetch. Anton,...