When you start a new conversation on the iOS app (version 1.2026.202) that renders a view, the same conversation, when opened on the web app on Chrome desktop, using the recent conversation navigation pane, shows the view in an infinite loading state (the view assets are downloaded, but the loading state of the view, as implemented in the plugin resource code, remains forever).
The same situation is true for a conversation started on the web app and then displayed on the iOS app.
I’ve put together 2 conversations showcasing this issue on the Booking plugin:
- started on mobile, not rendering on desktop: 6a70fdc3-7a1c-83ed-b568-cc3dbc5ad950
- started on desktop, not rendering on mobile: 6a710255-8ac8-83eb-8a25-dab329273185
I’ve seen traces of a 409 Conflict HTTP code in response to XHR calls made from the web app to https://chatgpt.com/backend-api/ecosystem/widget_state endpoint that may be related to the issue at hand.
Let me know if you need more info.