Editor's copy/paste function stop working

i have an editor, it was working just fine, but this week the copy/paste function start to fail:

i'm trying to paste the code snipe here...but the paste option is not working here .......


i See this error on my console when trying to paste on my editor: Failed to load resource: the server responded with a status of 404 () https://localhost:44348/SystemClipboard

1 Reply 1 reply marked as answer

SR Stephen Raj Chandra Sekar Syncfusion Team November 23, 2020 10:31 AM UTC

Hi Javier, 
 
We have tested in latest version (18.3.50), but we couldn’t reproduce the reported issue. Please ensure the same issue in latest version. 
 
If you not added “SystemClipboard” API in server side, or if you have not set serviceUrl in container, there is possibility for this issue, Kindly ensure whether you have added the SystemClipboard API and set the service URL as below. 
 
 
 Sample code snippet 
containerInstance.serviceUrl = set the hosted url + “/api/documenteditor/”; 
 
If you still face the issue, Kindly share whether you are facing issues while pasting in all cases or for content copied from specific resource, if so, please the share the details. 
 
Regards, 
Stephen Raj

Marked as answer
Loader.
Up arrow icon