I'm sorry, but the knowledge sources do not contain enough information to confirm whether this specific issue — dashboard edits via embed not reflecting without a forced refresh — has been previously reported as a known or regression bug.
That said, there are a few related observations from the community that may be relevant to your situation:
1. Caching behavior
GoodData's caching mechanism can cause dashboards to display stale data after updates. The cache is not automatically invalidated on a schedule — it requires explicit cache reload via API, Python SDK, or the data source UI. [
Cache Management]
2. Browser-level caching in embedded dashboards
Even after backend cache invalidation, the frontend (especially in iframe-embedded contexts) can still serve stale content due to browser-level caching (service workers, LocalStorage, HTTP cache, etc.). A hard reload or clearing cookies may be needed for clients to see updated data. [
Frontend cache staleness]
3. Embedded dashboard data loading issues
There have been reports of embedded dashboards failing to load or display updated data without a refresh or resize, particularly after filter changes. [
Embedded dashboard issue]
Recommended next steps:
To help GoodData Support investigate whether this is a regression bug, please provide:
•
TraceIDs from the browser Network tab when the issue occurs
• A
HAR file captured while reproducing the issue in the embedded environment
• Details on your
embedding method (iframe, Web Components, React SDK) and relevant code snippet
• Confirmation of whether the issue occurs
only in the embedded context or also directly in the GoodData UI
• Your
data source caching configuration (e.g., "Optimized for speed and savings" vs. "Optimize for real-time data")
GoodData Support monitors this channel and will be able to investigate further once they have these details. 👍 0 button 👎 0 button ℹ️
Tip: Mention
@kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.