Embedding ONLYOFFICE Document Editor on React

I’m following the docs (ONLYOFFICE Api Documentation - ONLYOFFICE Docs React component) for embedding ONLYOFFICE Document Editor on my React Application, but i’m getting a lot of stuck with it.

I up a Docker container with Community Edition, but i am not able to create new documents or manage it in order to get the url for config.document.url prop.

Can anyone tell me what I must to do for having a document editor in my React application?

Thanks!

Hello @fabio.vicente

Please see the definition of document.url parameter in our API:
https://api.onlyoffice.com/editors/config/document#url

Basically, when opening a document for editing from your application, you have to pass a direct download link to the document.