1015644: Add Troubleshooting page for document fails to load with 404 error#2439
1015644: Add Troubleshooting page for document fails to load with 404 error#2439Sujitha2610 wants to merge 8 commits intodevelopmentfrom
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
…ocument-processing-docs into 1015644-DocEditor-troubleshooting
|
Build Status: INPROGRESS 🔃 |
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
| @@ -0,0 +1,38 @@ | |||
| --- | |||
| layout: post | |||
| title: Document Loading Issue with 404 Error in Docx Editor | Syncfusion | |||
There was a problem hiding this comment.
Product name must be " DOCX Editor. Make sure to use this casing
Avoid caps for each words
Refer "how to " sections title and use like that format
"in React Document editor | Syncfusion"
| domainurl: ##DomainURL## | ||
| --- | ||
|
|
||
| # Document Loading Issue with 404 Error |
There was a problem hiding this comment.
We have to use different headings for each file, so maintain platform name in H1 -- refer existing UG
|
|
||
| ## Root cause | ||
|
|
||
| The issue occurs because the application is using an old Document Editor service URL which no longer valid |
There was a problem hiding this comment.
Modify this page targeting all reason for this problem, even though if customer used his own Web API
Reasons:
- WebService not active
- Invalid url For. ex. slash missed at end
- Old service url.
| The issue occurs because the application is using an old Document Editor service URL which no longer valid | ||
|
|
||
| ## Solution | ||
|
|
There was a problem hiding this comment.
Soltuions:
- From v31.X latest url is ...
- Check WebSerive is active if you are using your side hosted
|
|
||
| # Document Loading Issue with 404 Error | ||
|
|
||
| If document loading fails and you see a 404 error in the browser console, the application is likely pointing to an old Document Editor web service URL. Starting with v31.x.x the Document Editor Web Service was split into a separate hosted service and older public service endpoints were discontinued. Applications that continue to use the previous `serviceUrl` will be unable to load documents or perform [`operations which require server side interaction`](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es5/web-services-overview#which-operations-require-server-side-interaction). |
There was a problem hiding this comment.
Just convey as line and tell may be due to below reasons.
Add reasons as separate heading (we can increase reasons, solution in future)
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Add Troubleshooting page for document fails to load with 404 error