AntPruve
Connecting Self-Hosted MongoDB to AgGrid Table in Windmill UI - Need Support with Data Display Issue
Hi!
I'm trying to connect an AgGrid Table to a self-hosted MongoDB instance. Since Windmill docs currently only cover MongoDB Atlas, I'm using a custom Python script as a data source for the AgGrid.
Current Setup:
- Self-hosted MongoDB with collection containing ~100k records
- Python script using pymongo to fetch and return data
- AgGrid Table component with infinite scroll configuration
Issue:
The script executes successfully and returns properly formatted data (verified via logs), but the AgGrid Table remains empty. I've tried:
- Verifying column definitions match the data structure
- Setting Row Id Col to "unique_ID"
- Toggling pagination settings
- Adjusting infinite scroll configuration
- Using both the columnDefs in the script return and in the AgGrid configuration
The script is successfully connecting to MongoDB and returning data (verified through debug logging), but the AgGrid Table doesn't display any of it.
Is there a simpler way to connect AgGrid directly to a self-hosted MongoDB? Or if not, what am I missing in my current workaround setup?
Thanks for any help!
8 replies
401 Unauthorized Webhook between TwentyCRM and Windmill
Hey,
We are using the Webhook connection between TwentyCRM and Windmill (Pro), both in self-hosted version.
We tried it with different access tokens, changed token configuration, seems like the tokens are vanishing in Windmill after Saving and Reopening the Flow? The Token vanishes in the token input field but when clicking "Create a Webhook-specific Token" are still listed in the settings but not in the Authorization of the Webhook (independent of Header or Query type).
Testing the trigger successfully is not possible, we only receive 401 errors in the logs and cannot see any input information on the workflow. No Results whatsoever. Are we doing something wrong?
Your support is appreciated!
10.02.2025 10:40]
]
[Nest] 34 - 02/10/2025, 9:29:35 AM ERROR [CallWebhookJob] Error calling webhook on targetUrl 'URL': Error: connect ECONNREFUSED ::1:80
[Nest] 34 - 02/10/2025, 9:29:35 AM ERROR [CallWebhookJob] Error calling webhook on targetUrl 'URL': AxiosError: Request failed with status code 401
[Nest] 34 - 02/10/2025, 9:35:32 AM LOG [CallWebhookJobsJob] CallWebhookJobsJob on eventName 'company.updated' triggered webhooks with ids [
"f35027ff-17c3-4641-9708-a19aadbc2f6e",
"ed3f42a2-8b4d-426e-ae20-8e6532a35844"
{name}, [10.02.2025 10:42]
[Nest] 34 - 02/10/2025, 9:35:33 AM ERROR [CallWebhookJob] Error calling webhook on targetUrl 'URL: AxiosError: Request failed with status code 401
[Nest] 34 - 02/10/2025, 9:42:32 AM LOG [CallWebhookJobsJob] CallWebhookJobsJob on eventName 'company.created' triggered webhooks with ids [
"ed3f42a2-8b4d-426e-ae20-8e6532a35844"
]
13 replies