Aman Bisht
Aman Bisht
can someone advise the above problem solution for window also?
import React, { useState, useEffect } from “react”; import { DocumentEditor } from “[@onlyoffice](https://forum.onlyoffice.com/u/onlyoffice)/document-editor-react”; const OnlyOffc = (props) => { const [docUrl, setDocUrl] = useState(“”); let token = sessionStorage.getItem(“jwt_token”); let...
@mickael-kerjean I go through serveral docs and some blogs also but i still not able to resolve that issue if i JWT_ENABLED=true the i get the error "The document security...
@aloreaux i have the same error when I do JWT_ENABLE=false then I get new error "Download Failed" previously i got the error "The Document Security is not correctly formed. Please...
Thanks for reply @bjornclauw, could you please check it https://github.com/ONLYOFFICE/DocumentServer/issues/2781 here also. I solve the token problem but now i get the issue "Javascript isn't enable in your browser"
@askonev , @igwyd I resolve the token error, it is coming because of the token I generated is not match as the requirement now I resolve that error. But i...
@askonev , @igwyd I resolved the "Download Failed" error. Now my file is open but something is wrong the content cannot appear and some javascript error "JavaScript isn't enabled in...
@askonev, @ivanovnikolay, @igwyd Is there any update?
@askonev thanks for replying, when i pass static url for the testing purpose "https://docs.google.com/document/d/1AJWqco_z8Hp6YqYcePZzds1ipf6SiwM8/edit?usp=drive_link&ouid=111573498825798762108&rtpof=true&sd=true" and another is "https://example.com/url-to-example-document.docx" but still i get the same. it still give the same things....