Troubleshooting
Widget Not Rendering
1
import '@ordanetwork/sdk/react/styles.css';2
3
4
Authentication Errors
1
ORDA_CLIENT_ID=prj_...
ORDA_CLIENT_SECRET=sec_...2
curl -X POST http://localhost:3000/api/auth/jwt3
4
{ jwt: string, expiresAt: number }Wallet Connection Issues
1
2
3
4
5
Build Errors
1
2
3
Style Conflicts
1
2
3
Token Prices Not Loading
1
2
3
4
5
Debug Mode
Additional Resources
Documentation
Last updated