Troubleshooting
Common Issues
Section titled “Common Issues”Plugin not showing up
Section titled “Plugin not showing up”- Check that the plugin is enabled in Settings > Plugins
- Verify your business type matches the plugin requirements
- Refresh the page
Build errors
Section titled “Build errors”- Clear node_modules:
npm run clean:all && npm install - Regenerate manifests:
npm run generate:manifests - Rebuild:
npm run build
More troubleshooting guides coming soon…