Skip to content

Testing Rest API call to inference endpoint doesn't work due to incorrect port #123

@yoni-katz

Description

@yoni-katz

Using RHOAI 2.25 Self Managed on IBM Cloud

Steps:
Perform "Fraud Detection" tutorial until this step

Expected result:
Testing Rest API call to inference endpoint works

Actual Result:
Failure

Root cause:
Tutorial wants the user to use the inference endpoint that RHOAI dashboard provides in this screenshot)... but it is providing an https:// URL with no port. As-is, that will not work (with https://) and it also requires a port since OpenVino server is starting up on port 8888 not port 80 (http) or 443 (https)

Workaround:
Set in notebook to use port 8888 instead of 80

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions