Deployment FAQ
Can I deploy Kapa behind a login?
Yes, you can deploy behind a login.
- The Website widet is most commonly integrated in public documentation sites but it can also be integrated into web pages behind a login.
- The Support form deflector can be integrated into both public support forms and those behind a login.
- You can leverage the API to power your own interfaces irrespective of where they are integrated.
How do I fix CORS errors?
CORS errors typically mean you need to whitelist your domain in the Kapa platform. Add your domain to the enabled domains list when configuring your integration.
For detailed instructions and explanations, see Configuring CORS for Kapa.
How do I fix CSP errors?
CSP errors occur when your website's Content Security Policy blocks Kapa's resources. You'll need to update your CSP configuration to whitelist Kapa's domains.
For the specific domains to whitelist and configuration examples, see Configuring CSP for Kapa.