-
Notifications
You must be signed in to change notification settings - Fork 213
Description
Hi
I install docker community Server in the local server using the docker compose: git clone https://github.com/ONLYOFFICE/Docker-CommunityServer
I do some calls to the api with the expected results but with api/2.0/files/file/:id/saveaspdf i got an 500 error:
the log only show the next lines:
[WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 4; availableParallelism: undefined
[WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers
[WARN] [localhost] [docId] [userId] nodeJS - worker 774 started.
[WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 4; availableParallelism: undefined
[WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers
[WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 4; availableParallelism: undefined
[WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers
[WARN] [localhost] [docId] [userId] nodeJS - worker 965 started.
[WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 4; availableParallelism: undefined
[WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers
I using the same call (changing the url and bearer token) in my free account https://docspace-xxxxx.onlyoffice.com/ with the succesful expected result.