is something like:
https://your.server.fqdn/hosting/discovery
(if you installed it using HTTPS, that is the recommended).
Regards!
is something like:
https://your.server.fqdn/hosting/discovery
(if you installed it using HTTPS, that is the recommended).
Regards!
Works nice. But doesnât respect the interface language.
I have my regional settings in Spanish (Argentina), Online Office with spanish language pack installed, but no luck; in Nextcloud Word, Excel always load in english (default) language.
Great long waited integration.
Language is not automatically switching to user language. After open a document in owa the correct language is also in nextcloud set.
Hello Heiko. When you donât have OWA what do you do? I only have the Online Office Server (without any Excehange nor Sharepoint Server)âŚ
Sorry, I donât know.
The developer of the addon has to set the language in a cookie to switch the ui language. To me it seems that Microsoft is using not a short (lang) variable but a long (language).
Maybe it will be fixed in a future release of the addon.
maybe someone had this issue too?:
are you interested to get a working officeonline version for spanish language pack with fallback to english?
I did program it for myself
So I could go grab any Office 2016 license to get access to the Office Online Server download?
Do I need to get a specific license to enable editing files on the OOS?
You need a volume or an open license. The oos iso and key comes with it. Editing can be enabled with no limit except the line that says âclient editing files should have a license to do soâ but in reality I can edit files just fine on linux computers without office installed.
So Iâll be fine with âOffice 2019 Standardâ?
Does the OOS have to be installed on the same server as Nextcloud?
Yes. No, OOS can and should be installed on a dedicated server
Thank you!
Can I install and use OOS on several Servers with only one licence?
I guess not but I donât remember the installation process asking for the license keyâŚ
This issue was resolved here:
https://help.nextcloud.com/t/office-online-server-does-not-respect-the-default-language-of-the-user-in-nextcloud/105991
"Newly created files canât be opened âUnable to open fileâ "
did you resolve this? I have the same issueâŚ
This is my issue.
I have editing license, and the server confiuration with no error. butâŚ
The WOPI app shows âFailed to load Office Online-please try again laterâ
The wopi app configuration also seems to be true.
And I got the error log as bellow
Whatâs wrong with it ?
Hi @wxf26054 ,
I checked your https://san.amazehome.xyz/hosting/discovery page, and it is missing the âexternal-httpsâ zone. Which command did you use to set up your OOS instance?
I used New-OfficeWebAppsFarm -InternalUrl "http://oos.internal.url" -ExternalUrl "https://oos.example.org" -SSLOffloaded -EditingEnabled -AllowHttp
.
My SSL is ended at a reverse-proxy, hence the -SSLOffloaded
. If you are handling SSL directly by the IIS on your OOS server you have to omit this (maybe also -AllowHttp
).
Check the documentation again if needed: Bereitstellen von Office Online Server - Office Online Server | Microsoft Docs