Troubleshooting
This page attempts to provide solutions for common issues.
Last updated
This page attempts to provide solutions for common issues.
Last updated
When making function calls to different chains, block3d will use the provided by if one isn't provided in the . However, this causes issues because the default RPC URLs aren't always working properly. To fix this, explicitly add an RPC URL into your config for the chain that isn't working properly.
If a rule in the block3dConfig
isn't being recognized, this is likely due to a syntax error. Only rules that have correct syntax will be acknowledged by block3d. Please see the type as well as the page for more information.
If you are seeing this error from Next js, the reason is probably because the root layout.tsx
or app.tsx
file isn't marked as "use client";
. Currently, block3d only works correctly with .
If you run into problems that aren't described on this page, please open an issue .