We have a local development enviorment (localhost/) that communicates with our development API on a remote server (api-dev.host.com).
After the latest Chrome upgrade, I am getting the following console error when attempting to communicate from localhost to the remote server:
[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92, around July 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.
While the link in the error does display some information, it is unclear to me how to fix this issue. Is there anyway to fix this from the backend? Any answers would be appreciated.