-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: CrossStorageClient could not connect at client.js:152 #50
Comments
Some Update? |
@gatodeveloper Not yet can you, in angular project this kinda stuff work perfectly but why it's not working in React. I've discussed with my many colleagues they all have tried even though I didn't get any solution |
Hi @mihirsuchak11 , did you get any solution ? |
Yes, finally we got the solution by our own experiment
… |
@mihirsuchak11 , please can you share that Solution.. |
@DylanJu , That worked. In fact we had to increase the timeout to 30 seconds in our case as establishing connection was taking more time. Thanks. |
Hello, I'm using angular8, and meet the same problem "CrossStorageClient could not connect", can you provide a demo that how you resolved this problem? Thanks very much. |
@omercikayse hey did you able to resolve the issue? I am facing the same issue. Can you please share your solution? |
Hello I am getting an error "Error: CrossStorageClient could not connect at client.js:152". I have two sub domains auth-example.com and expert-example.com. I am declaring hub in auth-example.com like this.
"CrossStorageHub.init([{origin: /://(www.)?auth-example.com$/, allow: ['get', 'set', 'del']}]);"
and client side is expert-example.com
" var storage = new CrossStorageClient('https://auth.example.com');",
everything works perfect only on localhosts but error is occurring on live. and I can console in auth-example.com(in hub) but getting error on sub domains side (client side) Anyone can help me?
The text was updated successfully, but these errors were encountered: