Replies: 6 comments 1 reply
-
|
All your config is correct. I only tested text based documents like word when I added that feature. Let me double-check the config for spreadsheets and PowerPoint. Do text based documents work for you? |
Beta Was this translation helpful? Give feedback.
-
|
I just checked a docx file and that's not working either. |
Beta Was this translation helpful? Give feedback.
-
|
I removed the internal URL but same results unfortunately. And to confirm, https://editor.mydomain.com/healthcheck returns "true" |
Beta Was this translation helpful? Give feedback.
-
|
Well there's two sides we could debug:
|
Beta Was this translation helpful? Give feedback.
-
|
I was finally able to get it working. Looks like I needed to delete the containers then run |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, perhaps you weren't mounting the config in a way that allowed for changes? The examples on the configuration wiki should apply the config each time the container starts, but it would require a restart to apply the changes. I'm glad you got it working. I know only office is pretty limited right now to just editing, but it will be more useful as time goes by. If you notice any bugs or unusual issues at all, please open an issue on GitHub which is best for tracking bugfixes. I'm also going to leave this discussion open for a while, others might have questions that may not need their own issue and can just comment here related to onlyoffice. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have added onlyoffice per the instructions, have generated the JWT secret, have set up external access via NPM, and can enter in my external domain in the browser and am able to see the welcome screen. But I keep getting the "Preview not available for this file" message when I try to open an xls or ods file.
docker-compose:
config:
Beta Was this translation helpful? Give feedback.
All reactions