-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot use Balance
and Swap
component on localhost.
#32
Comments
Yes, these components weren't built with localnet in mind, because they make queries to other chains. |
I'm connected to a test network. I just started the service locally. This appears to be a CORS issue causing the API access request to be denied |
@fadeev After I replaced the rpc of blockpi, it can work normally. I guess blockpi has some limitations at present, so we can consider not using it as the default rpc |
@lukema95 yes, I've been having issues with BlockPi lately, too. |
I use Universalkit's Swap and Balance components in template:
Fontend:
Got error:
I used "@zetachain/universalkit": "^2.0.0.
The text was updated successfully, but these errors were encountered: