tl_jacobT
Windmill4mo ago
7 replies
tl_jacob

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"
    }
}
Was this page helpful?