dosubot[bot] commented on issue #31686:
URL: https://github.com/apache/superset/issues/31686#issuecomment-2568072369

   <!-- Greeting -->
   Hey @mbardolia! I'm here to help you with any bugs, questions, or 
contributions you have for Superset. Let's tackle this together!
   
   <!-- Answer -->
   The `head_custom_extra.html` file should be included in the head block of 
every view in Superset version 4.1.1, as it is directly included in the 
`<head>` section of the `basic.html` template using the `{% include 
"head_custom_extra.html" %}` directive 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset/templates/superset/basic.html)</sup>.
 Since the `tail_js_custom_extra.html` is working as expected, it suggests that 
the inclusion mechanism is functioning correctly for the tail section.
   
   Here are a few things you might want to check:
   
   1. **File Path and Permissions**: Ensure that the `head_custom_extra.html` 
file is located in the correct directory and has the appropriate permissions 
for Superset to read it.
   
   2. **Template Overrides**: Verify that there are no custom template 
overrides in your deployment that might be affecting the inclusion of 
`head_custom_extra.html`.
   
   3. **Caching**: Clear any template caches that might be preventing the 
updated `head_custom_extra.html` from being loaded.
   
   4. **Logs**: Check the Superset logs for any errors or warnings related to 
template rendering that might provide more insight into why the file is not 
being included.
   
   If these steps do not resolve the issue, consider reviewing the deployment 
process to ensure that the file is correctly deployed and accessible in the 
environment where Superset is running.
   
   
   <!-- 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/e8b345b0-64e0-4957-a625-498071188e6c?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/e8b345b0-64e0-4957-a625-498071188e6c?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/e8b345b0-64e0-4957-a625-498071188e6c?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/e8b345b0-64e0-4957-a625-498071188e6c?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/e8b345b0-64e0-4957-a625-498071188e6c?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/e8b345b0-64e0-4957-a625-498071188e6c?feedback_type=other)</sup>
   


-- 
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