We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
websocket-issues.mdx•627 B
---
title: "Websocket Issues"
description: "Troubleshoot websocket connection problems"
icon: "plug"
---
If you're experiencing issues with websocket connections, it's likely due to incorrect proxy configuration. Common symptoms include:
- Test Flow button not working
- Test step in flows not working
- Real-time updates not showing
To resolve these issues:
1. Ensure your reverse proxy is properly configured for websocket connections
2. Check our [Setup HTTPS](/install/guides/setup-ssl) guide for correct configuration examples
3. Some browsers block http websocket connections, please setup SSL to resolve this issue.