Hi everyone,
i am struggeling with the external api of my distributed (Admin, Engage, Worker, Database) opencast 2.3 setup.
Everything works fine, also all videos are published to the engage node.
But when i use the External API - Events Endpoint to check, for example all events, i get a
Status: 200 (OK)
[]
Message. Which returns a status 200 but no entries for any event.
Same behavior for the Series Endpoint.
The "Admin UI - Event facade Endpoint" return all events correct.
The following command delivers also correct user information, so it should work?
curl -u User:Password
SomeHost.tu-bs.de:8080/api/info/meI uncommented all neceserry lines in /etc/opencast/security/mh_default_org.xml on all nodes.
Also strange to me is that if i click "Publikation zur External API" i will be redirected to
localhost:8080/api/events/c010c18aSomeEventID108bcd1c1
But why localhost?

Do i have to edit the following section of the ng-partial-publish.xml workflow?

Do i missed anything else?