Skip to main content

Troubleshooting & FAQs

Unable to target users using group properties

If you are having trouble using group properties in your targeting rule, confirm that you've done the following:

Content security policy (CSP)

If you have a content security policy in place, you may need to add the following in order to allow connections to Dopt:

connect-src https://*.dopt.com wss://*.dopt.com;

Global CSS cannot be imported from within node_modules error when using components with Next.js

  • Next
  • NextJS

When using Dopt UI components with Next.js, you'll need to transpile the component in next.config.js. Learn more in our Next.js components guide →

TypeError: Unknown file extension ".css" error when using components

When using Dopt UI components, you'll need to make sure that your bundler is configured to interpret CSS imports via JS otherwise the component styles will not be loaded and you may run into a build error. Check out our framework specific docs for more info →

Video is not showing up in rich text

When adding a video in rich text, its source URL must point to a supported video file format or a valid iframe embed URL from one of the external vendors that we support.

When using an embed URL from an external vendor, ensure that the source URL is the correct embed URL format.