This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
get_template_edit_url returning incorrect edit_url for editing embedded templates #86
Labels
legacy
Related to legacy, non-OpenAPI SDK
When trying to edit an embedded template,
get_template_edit_url()
returns anedit_url
. It is able to be used to open the iFrame on the client side, however, upon making any changes, an error is thrown via the iFrame. The error number isjs409b72b56
. While trying to find a solution, I opted to use therequests
library and was able to successfully edit an embedded template. For reference, here is the call being done by the requests library:This allows you to edit and save changes via the iFrame.
The text was updated successfully, but these errors were encountered: