juliacebria commented on issue #32037: URL: https://github.com/apache/superset/issues/32037#issuecomment-2624065415
Thank you! That worked and now I get Status Code: 202 and the cache_key. No obstant, I'm encountering a 404 Not Found error when trying to retrieve a cached screenshot using the following API endpoint: GET http://localhost:8088/api/v1/dashboard/2/screenshot/{cache_key}/ The cache_key I received from a previous API call is bed09521aa9f663df42b625577cff7b5. I correctly replace {cache_key} with the actual value, but I still get the 404 Not Found error, with the following response: { "message": "Not found" } -- 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]
