Skip to main content
Answer

Load the web page through the iframe view and not update when changing the conversation in the sidebar app.

  • December 28, 2023
  • 2 replies
  • 188 views

engineering

Issue with the Load the web page through the iframe view and not update when changing the conversation in the sidebar app.

Best answer by evano

Hi engineering,

Front provides updates to Sidebar plugins through contextUpdates:

https://dev.frontapp.com/reference/context-updates

You’ll want to check your code where you receive these contextUpdates.  Our example logs a line of debugging information to the developer console every time a new conversation is selected.  I recommend adding something similar to your app to help troubleshoot!

2 replies

Forum|alt.badge.img+5
  • Fronteer
  • Answer
  • January 2, 2024

Hi engineering,

Front provides updates to Sidebar plugins through contextUpdates:

https://dev.frontapp.com/reference/context-updates

You’ll want to check your code where you receive these contextUpdates.  Our example logs a line of debugging information to the developer console every time a new conversation is selected.  I recommend adding something similar to your app to help troubleshoot!


engineering
  • Author
  • Conversationalist
  • January 3, 2024

ok got it 

it’s work for me thanks @evano !!