Look this error

this url why 404 this is my test html

i use this product ONLYOFFICE Docs Developer and according
to this url Installing ONLYOFFICE Docs for CentOS and derivatives - ONLYOFFICE
install in AlmaLinux release 8.8 why this is not correct and i had a another question

  new DocsAPI.DocEditor("placeholder", {
        "document": {
            "fileType": "docx",
            "key": "dK84vfHOUXL7IJVw2dQU4ngmljgKSe6E",
            "title": "Example Document Title.docx",
            "url": "http://127.0.0.1:12545/dsasd.doc"
        },
        "documentType": "word",
        "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkb2N1bWVudCI6eyJmaWxlVHlwZSI6ImRvY3giLCJrZXkiOiJLaGlyejZ6VFBkZmQ3IiwidGl0bGUiOiJFeGFtcGxlIERvY3VtZW50IFRpdGxlLmRvY3giLCJ1cmwiOiJodHRwczovL2V4YW1wbGUuY29tL3VybC10by1leGFtcGxlLWRvY3VtZW50LmRvY3gifSwiZG9jdW1lbnRUeXBlIjoid29yZCJ9.7IpEJxdOvBQ0kJ8l6ZegIV4tX5vsPbZZCDDVmcFROXc"
    });

that key and token how to generate

docker version is normal this question is solved

Hello @gcr

I guess you are talking about 404 issue, is that right?


You can find more information on key here:

As for the token, please take a look at this article in our API:

Also, generic information about JSON Web Token you can find here:


In general, as an independent integrator, the way you implement JWT in your application depends on you. If you struggle with it, you can use our test examples to check out how it works there: