-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 2.4.6
-
Component/s: AI Cloud Services
-
Tags:
The callback URL is supposed to be built from the value of nuxeo.url. However the protocol is lost.
nuxeo.url=https://host.cloud.nuxeo.com/nuxeo
results in
2021-01-21T03:14:43,540 WARN [http-nio-0.0.0.0-8080-exec-18] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] com.sun.jersey.api.NotFoundException: null for uri: http://host.cloud.nuxeo.com/nuxeo/site/ai/rekognition/callback/labels com.sun.jersey.api.NotFoundException: null for uri: http://host.cloud.nuxeo.com/nuxeo/site/ai/rekognition/callback/labels
Somehow https was turned into http
Or it could be the endpoint being incorrect following AICORE-355 (/ai/rekognition was renamed to /aiaddons/rekognition)
- is related to
-
AICORE-355 Extension Management Rest API
- Resolved
- Is referenced in