tl_jacob
tl_jacob3d ago

Embedded windmill app new 401 errors

I have a windmill app embedded as an iframe in my own application. After upgrading from 1.500.1 to 1.522.1 I started to see the windmill app make requests that were failing with 401 errors. - /api/scripts/hub/top - /api/integrations/hub/list Additional context: - All other calls from the iframe are successful - Logs below are from the windmill server
{
"timestamp": "2025-09-30T23:04:45.605732Z",
"level": "ERROR",
"message": "response",
"latency": "0",
"status": 401,
"target": "windmill_api::tracing_init",
"span": {
"method": "GET",
"traceId": "1df304a7-b0ac-4664-960d-d8b4a2fc961a",
"uri": "/api/scripts/hub/top?limit=40&kind=script",
"name": "request"
}
}
{
"timestamp": "2025-09-30T23:04:45.603590Z",
"level": "ERROR",
"message": "response",
"latency": "0",
"status": 401,
"target": "windmill_api::tracing_init",
"span": {
"method": "GET",
"traceId": "635f43f3-8e26-4cb5-b8a0-4b651a1eae30",
"uri": "/api/integrations/hub/list?kind=script",
"name": "request"
}
}
{
"timestamp": "2025-09-30T23:04:45.605732Z",
"level": "ERROR",
"message": "response",
"latency": "0",
"status": 401,
"target": "windmill_api::tracing_init",
"span": {
"method": "GET",
"traceId": "1df304a7-b0ac-4664-960d-d8b4a2fc961a",
"uri": "/api/scripts/hub/top?limit=40&kind=script",
"name": "request"
}
}
{
"timestamp": "2025-09-30T23:04:45.603590Z",
"level": "ERROR",
"message": "response",
"latency": "0",
"status": 401,
"target": "windmill_api::tracing_init",
"span": {
"method": "GET",
"traceId": "635f43f3-8e26-4cb5-b8a0-4b651a1eae30",
"uri": "/api/integrations/hub/list?kind=script",
"name": "request"
}
}
2 Replies
rubenf
rubenf2d ago
we will look tbh you shouldn't need to call this
tl_jacob
tl_jacobOP19h ago
@rubenf yes agreed. We aren't explicitly making these calls -- rather, the app is making these calls under-the-hood by itself.

Did you find this page helpful?