You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when the OAuth connection expires and some sort of cache refresh occurs in the umbraco content, realtime forms that are not embedded with iframe fail to render.
This affects frontend display, as the rendering currently depends on a valid access token to retrieve the form content it seems for what i can see in the code, is that correct understood?
Suggestion:
Would it be possible to store the full standaloneHtml in the property data instead of just the form ID? This way, we could avoid relying on the access token when simply displaying the form data on the frontend.
Or is there some other better way for doing this?