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
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
During development, I found that if you do not use the correct Identity (I was just using a string) you will receive a cross-origin error in react development mode.
Then when I launch the app (see attached). Interestingly enough, when I converted the hook to use the v1 api (window.fin.desktop.) the cross origin error went away (course the Identity was wrong so it didn't work anyway).
Just thought I would pass this along.
-Darren
The text was updated successfully, but these errors were encountered:
darrenfurr
changed the title
React cross-origin error when using InterApplicationBus
React cross-origin error when using InterApplicationBus hook
Oct 28, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
During development, I found that if you do not use the correct Identity (I was just using a string) you will receive a cross-origin error in react development mode.
Example:
Inside my component:
Then when I launch the app (see attached). Interestingly enough, when I converted the hook to use the v1 api (window.fin.desktop.) the cross origin error went away (course the Identity was wrong so it didn't work anyway).
Just thought I would pass this along.
-Darren
The text was updated successfully, but these errors were encountered: