Troubleshooting

Common issues and how to fix them.

Turn on debug mode first — it shows what the widget is doing in the browser console:

<script>
  window.CalloutConfig = {
    projectId: "YOUR_PROJECT_ID",
    debug: true
  };
</script>

Look for [Callout] entries in the console.

Common Issues

Console Errors

MessageWhat It Means
Config fetch failed: 404Invalid project ID
Config fetch failed: 403Domain not in allowed origins
Config fetch timed outServer warming up — refresh and try again
Submit failed: 429Rate limited — too many reports in a short time

Still Stuck?

Email [email protected] with your debug console output and we'll help.

On this page