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...