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

   <!-- Answer -->
   Ensure that the feature flags are correctly initialized in your Superset 
setup. The feature flags are typically initialized in the 
`superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts` file 
using the `initFeatureFlags()` function. This function should be called with 
the correct feature flag settings, including `"TaggingSystem": True` 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/packages/superset-ui-core/src/utils/featureFlags.ts)</sup>.
   
   Additionally, verify that the frontend components responsible for displaying 
tags are not encountering any issues. The file 
`superset-frontend/src/pages/Tags/index.tsx` handles the display of tags, and 
it relies on the `isFeatureEnabled(FeatureFlag.TaggingSystem)` function to 
determine visibility. Make sure there are no errors in the console that might 
indicate issues with this component 
<sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/pages/Tags/index.tsx)</sup>.
   
   If the problem persists, check the network requests in your browser's 
developer tools to ensure that the API endpoints for fetching tags are being 
called correctly and returning the expected data.
   
   
   <!-- 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/95ff4936-80a7-4946-8b18-b74090ec8794?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/95ff4936-80a7-4946-8b18-b74090ec8794?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/95ff4936-80a7-4946-8b18-b74090ec8794?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/95ff4936-80a7-4946-8b18-b74090ec8794?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/95ff4936-80a7-4946-8b18-b74090ec8794?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/95ff4936-80a7-4946-8b18-b74090ec8794?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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to