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
Thanks for submitting a template to the gallery, there were a few issues in your template that needed to be resolved ahead of approving the template for the gallery.
encodeUri should be used on user provided values that are then used to create your url. This method returns an encoded Uniform Resource Identifier (URI) by escaping special characters. The method returns a string that represents the provided string encoded as a URI. You should use this method on hostname and widgetId when generating the url
"https://" + hostname + "/widget/" + widgetId
The text was updated successfully, but these errors were encountered:
Thanks for submitting a template to the gallery, there were a few issues in your template that needed to be resolved ahead of approving the template for the gallery.
"https://" + hostname + "/widget/" + widgetId
The text was updated successfully, but these errors were encountered: