juliacebria commented on issue #32037:
URL: https://github.com/apache/superset/issues/32037#issuecomment-2624080131

   I am able to successfully post to the cache dashboard screenshot API 
endpoint (/api/v1/dashboard/2/cache_dashboard_screenshot/) and receive a 202 
Accepted status with a valid cache_key in the response.
   
   However, when I try to fetch the screenshot using the generated cache_key 
with the following endpoint:
   
       GET http://localhost:8088/api/v1/dashboard/2/screenshot/{cache_key}/
   
       I get a 404 Not Found error with the response message "Not found", even 
though the dashboard exists and the cache key seems correct.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to