diff --git a/Document-Processing/Word/Word-Processor/angular/troubleshooting/document-loading-issue-with-404-error.md b/Document-Processing/Word/Word-Processor/angular/troubleshooting/document-loading-issue-with-404-error.md index 50d024851c..3a8554007d 100644 --- a/Document-Processing/Word/Word-Processor/angular/troubleshooting/document-loading-issue-with-404-error.md +++ b/Document-Processing/Word/Word-Processor/angular/troubleshooting/document-loading-issue-with-404-error.md @@ -1,6 +1,6 @@ --- layout: post -title: Document loading issue in Angular DOCX editor | Syncfusion +title: Document loading issue in Angular DOCX Editor | Syncfusion description: Document loading may fail with a 404 error if the Document Editor cannot reach a valid service URL, which may be due to the below reasons. control: document loading issue with 404 error platform: document-processing @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Document loading issue with 404 error in Angular DOCX editor +# Document loading issue with 404 error in Angular DOCX Editor If document loading fails and you see a 404 error in the browser console, the Document Editor is unable to reach a valid Web Service endpoint. @@ -20,9 +20,9 @@ The 404 error may occur due to the following reasons: - **The configured `serviceUrl` is invalid** – Issues like a missing trailing slash (`/`), wrong port number, incorrect API route, or typos will cause the editor to call incorrect endpoints. - **The application is using an old or discontinued Document Editor service URL** – When using an old Document Editor service URL which no longer valid. -## Solution +## Solutions -1. Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: +- Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: ```javascript container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @@ -30,6 +30,4 @@ The 404 error may occur due to the following reasons: > Note: The hosted Web API link is provided for demonstration and evaluation only. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. -2. If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. - ---- \ No newline at end of file +- If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/troubleshooting/document-loading-issue-with-404-error.md b/Document-Processing/Word/Word-Processor/javascript-es5/troubleshooting/document-loading-issue-with-404-error.md index 58cc85727e..06f1f40fa0 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/troubleshooting/document-loading-issue-with-404-error.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/troubleshooting/document-loading-issue-with-404-error.md @@ -1,6 +1,6 @@ --- layout: post -title: Document loading issue in JavaScript(ES5) DOCX editor | Syncfusion +title: Document loading issue in JavaScript(ES5) DOCX Editor | Syncfusion description: Document loading may fail with a 404 error if the Document Editor cannot reach a valid service URL, which may be due to the below reasons. control: document loading issue with 404 error platform: document-processing @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Document loading issue with 404 error in JavaScript(ES5) DOCX editor +# Document loading issue with 404 error in JavaScript(ES5) DOCX Editor If document loading fails and you see a 404 error in the browser console, the Document Editor is unable to reach a valid Web Service endpoint. @@ -20,9 +20,9 @@ The 404 error may occur due to the following reasons: - **The configured `serviceUrl` is invalid** – Issues like a missing trailing slash (`/`), wrong port number, incorrect API route, or typos will cause the editor to call incorrect endpoints. - **The application is using an old or discontinued Document Editor service URL** – When using an old Document Editor service URL which no longer valid. -## Solution +## Solutions -1. Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: +- Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: ```javascript container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @@ -30,6 +30,4 @@ The 404 error may occur due to the following reasons: > Note: The hosted Web API link is provided for demonstration and evaluation only. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. -2. If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. - ---- \ No newline at end of file +- If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/troubleshooting/document-loading-issue-with-404-error.md b/Document-Processing/Word/Word-Processor/javascript-es6/troubleshooting/document-loading-issue-with-404-error.md index 455f94c002..92950f7926 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es6/troubleshooting/document-loading-issue-with-404-error.md +++ b/Document-Processing/Word/Word-Processor/javascript-es6/troubleshooting/document-loading-issue-with-404-error.md @@ -1,6 +1,6 @@ --- layout: post -title: Document loading issue in JavaScript(ES6) DOCX editor | Syncfusion +title: Document loading issue in JavaScript(ES6) DOCX Editor | Syncfusion description: Document loading may fail with a 404 error if the Document Editor cannot reach a valid service URL, which may be due to the below reasons. control: document loading issue with 404 error platform: document-processing @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Document loading issue with 404 error in JavaScript(ES6) DOCX editor +# Document loading issue with 404 error in JavaScript(ES6) DOCX Editor If document loading fails and you see a 404 error in the browser console, the Document Editor is unable to reach a valid Web Service endpoint. @@ -20,9 +20,9 @@ The 404 error may occur due to the following reasons: - **The configured `serviceUrl` is invalid** – Issues like a missing trailing slash (`/`), wrong port number, incorrect API route, or typos will cause the editor to call incorrect endpoints. - **The application is using an old or discontinued Document Editor service URL** – When using an old Document Editor service URL which no longer valid. -## Solution +## Solutions -1. Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: +- Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: ```javascript container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @@ -30,6 +30,4 @@ The 404 error may occur due to the following reasons: > Note: The hosted Web API link is provided for demonstration and evaluation only. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. -2. If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. - ---- \ No newline at end of file +- If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/react/troubleshooting/document-loading-issue-with-404-error.md b/Document-Processing/Word/Word-Processor/react/troubleshooting/document-loading-issue-with-404-error.md index ae467b4cb0..594655cb46 100644 --- a/Document-Processing/Word/Word-Processor/react/troubleshooting/document-loading-issue-with-404-error.md +++ b/Document-Processing/Word/Word-Processor/react/troubleshooting/document-loading-issue-with-404-error.md @@ -1,6 +1,6 @@ --- layout: post -title: Document loading issue in React DOCX editor component | Syncfusion +title: Document loading issue in React DOCX Editor component | Syncfusion description: Document loading may fail with a 404 error if the Document Editor cannot reach a valid service URL, which may be due to the below reasons. control: document loading issue with 404 error platform: document-processing @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Document loading issue with 404 error in React DOCX editor component +# Document loading issue with 404 error in React DOCX Editor component If document loading fails and you see a 404 error in the browser console, the Document Editor is unable to reach a valid Web Service endpoint. @@ -20,9 +20,9 @@ The 404 error may occur due to the following reasons: - **The configured `serviceUrl` is invalid** – Issues like a missing trailing slash (`/`), wrong port number, incorrect API route, or typos will cause the editor to call incorrect endpoints. - **The application is using an old or discontinued Document Editor service URL** – When using an old Document Editor service URL which no longer valid. -## Solution +## Solutions -1. Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: +- Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: ```javascript container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @@ -30,6 +30,4 @@ The 404 error may occur due to the following reasons: > Note: The hosted Web API link is provided for demonstration and evaluation only. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. -2. If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. - ---- \ No newline at end of file +- If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. \ No newline at end of file diff --git a/Document-Processing/Word/Word-Processor/vue/troubleshooting/document-loading-issue-with-404-error.md b/Document-Processing/Word/Word-Processor/vue/troubleshooting/document-loading-issue-with-404-error.md index 62cd47bf05..4b4c0bc44b 100644 --- a/Document-Processing/Word/Word-Processor/vue/troubleshooting/document-loading-issue-with-404-error.md +++ b/Document-Processing/Word/Word-Processor/vue/troubleshooting/document-loading-issue-with-404-error.md @@ -1,6 +1,6 @@ --- layout: post -title: Document loading issue in Vue DOCX editor | Syncfusion +title: Document loading issue in Vue DOCX Editor | Syncfusion description: Document loading may fail with a 404 error if the Document Editor cannot reach a valid service URL, which may be due to the below reasons. control: document loading issue with 404 error platform: document-processing @@ -8,7 +8,7 @@ documentation: ug domainurl: ##DomainURL## --- -# Document loading issue with 404 error in Vue DOCX editor +# Document loading issue with 404 error in Vue DOCX Editor If document loading fails and you see a 404 error in the browser console, the Document Editor is unable to reach a valid Web Service endpoint. @@ -20,9 +20,9 @@ The 404 error may occur due to the following reasons: - **The configured `serviceUrl` is invalid** – Issues like a missing trailing slash (`/`), wrong port number, incorrect API route, or typos will cause the editor to call incorrect endpoints. - **The application is using an old or discontinued Document Editor service URL** – When using an old Document Editor service URL which no longer valid. -## Solution +## Solutions -1. Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: +- Update the application to use the new hosted Document Editor Web Service URL introduced in v31.x.x. For example: ```javascript container.serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/'; @@ -30,6 +30,4 @@ The 404 error may occur due to the following reasons: > Note: The hosted Web API link is provided for demonstration and evaluation only. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property. -2. If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. - ---- \ No newline at end of file +- If you are using your own hosted Web API, ensure that the Web Service is running, active, and the configured service URL is valid. \ No newline at end of file