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
Following error is happening in useLatest.tsx both on https://mirrorprotocol.app/ and https://mirrorprotocol.is/:
Access to fetch at 'https://price.mirror.finance/latest' from origin 'https://mirrorprotocol.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
This causes an error when closing a short position:
The text was updated successfully, but these errors were encountered:
Following error is happening in
useLatest.tsx
both onhttps://mirrorprotocol.app/
andhttps://mirrorprotocol.is/
:Access to fetch at 'https://price.mirror.finance/latest' from origin 'https://mirrorprotocol.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
This causes an error when closing a short position:
The text was updated successfully, but these errors were encountered: