Troubleshooting Export Issue
When attempting to export a CSV file for a Glossary, the process gets stuck on the message “Export initiated successfully.” and never completes. The file is not downloaded, and the export button remains disabled. This issue may occur if WebSockets are blocked in your network setup due to a proxy or load balancer configuration. Collate relies on WebSockets for real-time communication, and if they are blocked, the export process cannot complete.Troubleshooting Steps
Step 1: Check for Load Balancer or Proxy
If your setup includes a load balancer or proxy, verify whether WebSockets are being blocked.- Run the following API request to check the export status:
Step 2: Verify WebSocket Connectivity
- Open the Developer Tools in your browser (F12 or Ctrl + Shift + I in Chrome).
- Navigate to the Network tab.
- Filter requests by WebSockets (WS).
- Check if WebSocket requests to Collate (wss://<your-openmetadata-instance>) are blocked, failing, or not established.
Step 3: Adjust WebSocket Settings in Your Proxy
If WebSockets are blocked, update your proxy configuration to allow WebSocket traffic.Step 4: Restart Services and Verify
- Restart your proxy or load balancer after making the configuration changes.
- Clear browser cache and cookies.
- Retry the CSV export in Collate.