Troubleshooting issues
In case you’re stuck or face any issues with the SDK installation, please refer here.
1 - I’m unable to load the BetterBugs SDK Widget
If you are using the CDN, make sure to place the script tag within your HTML head tag. For npm/yarn installations, please ensure that the package is installed without errors and the import statement is correct. Finally, ensure the accuracy of your API key (apiKey) in the newly created instance.
If you're still stuck, open the devtools console of your browser and check for any errors or exceptions. For instance, if there's an error with the record type parameter in the SDK, you should see an error message: [@betterbugs/web-sdk] Invalid record type. Please check your record type. Also, refer to the docs for the correct methods/options to resolve such issues.
2. The customization options for the Web SDK are not applied correctly
If you are facing issues with the customization options, please double-check the initialization code. Please refer to the official documentation for all customization options and how to use them correctly. If you're still facing errors, drop us a message at [email protected] and we'll get back to you at the earliest.
Last updated
Was this helpful?