GitHub user dosubot[bot] added a comment to the discussion: Deck.gl map change style directly on dashboard
<!-- Answer --> If you've enabled all the necessary configurations but are still encountering a 404 error when trying to export a PDF, here are a few things to check and try: 1. **Verify Celery Worker Status**: Ensure that your Celery workers are running and properly configured to handle screenshot tasks. The workers need to be active to process and cache the screenshots. 2. **Check Cache Directory Permissions**: Make sure that the directory specified in `THUMBNAIL_CACHE_CONFIG` (`P:\Pauline\superset_cache`) has the correct permissions set, allowing the application to read and write files. 3. **Inspect Logs for Errors**: Check the Superset and Celery logs for any errors or warnings related to the screenshot generation process. This might provide more insight into why the screenshot is not being cached. 4. **Ensure Correct URL and Parameters**: Double-check the URL and parameters used in the API call to ensure they are correct and match the expected format. 5. **Test Cache Functionality**: Verify that the `FileSystemCache` is functioning correctly by checking if other cached items are being stored and retrieved as expected. 6. **Review Feature Flags**: Confirm that all necessary feature flags are enabled, as you've listed, and that there are no typos or misconfigurations. 7. **Restart Services**: After making configuration changes, restart your Superset and Celery services to ensure that all changes are applied. If these steps do not resolve the issue, consider providing more detailed logs or error messages for further assistance. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/5d727191-14c1-4a73-9ef8-08ad5a6fd861?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/5d727191-14c1-4a73-9ef8-08ad5a6fd861?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/5d727191-14c1-4a73-9ef8-08ad5a6fd861?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/5d727191-14c1-4a73-9ef8-08ad5a6fd861?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/5d727191-14c1-4a73-9ef8-08ad5a6fd861?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/5d727191-14c1-4a73-9ef8-08ad5a6fd861?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/5d727191-14c1-4a73-9ef8-08ad5a6fd861?feedback_type=other)</sup> GitHub link: https://github.com/apache/superset/discussions/32149#discussioncomment-13119216 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
