General Mod Troublshooting
Follow these actions for debugging issues with mods
If your mod isn't working as expected, any number of things could be happening. Look for common issues and solutions, or follow the debugging steps below to troubleshoot mod issues. If you're stuck, you can always reach out to [email protected] for help, or post in our Developer Community.
Troubleshoot Best Practices
If your mod isn't working as expected, follow these steps.
Check for errors in the Page Editor Logs
Click on the mod in question and look through each mod component to view Logs and look for any errors that could indicate what's failing in the mod.

Review the Data Panel while running a mod to confirm expected inputs and outputs
While running the mod, step through each bricks' output and input tabs from the Data Panel to see what each brick is receiving and returning. This can help you identify anything that might not be parsing correctly and therefore causing errors or unexpected issues. For instance, if you're extracting data from a LinkedIn page, then asking ChatGPT to categorize the info, then send that response to an API, check each brick to confirm you are getting the correctly scraped information and ChatGPT is returning a response that makes sense for the API schema.
Last updated
Was this helpful?