Skip to content

[UX] - Setting up self-hosted instance of Kern AI #189

Open
@Bartmr

Description

@Bartmr

Hello. I'm trying to deploy Kern in a cloud VM.

It is not easy, as the instructions provided alone only work with a regular computer with Kern AI running in localhost.

I tried both cloning the repo and installing the pip dependency (which are basically the same thing as I understand), and here's what I found out:

  • accessing the UI as the recommended http://:4455/app/ from the internet returns me {"error":{"code":404,"status":"Not Found","message":"Requested url does not match any rules"}} which is generated from oathkeeper from what I understand. If I open this page from inside the cloud VM, i get {"error":{"code":401,"status":"Unauthorized","message":"Access credentials are invalid"}

  • I try to spot where the nginx exposes its port, and its the port 7050. I try to open http://:7050/app and I do get Angular's built index.html, but all further asset requests always return me the contents of index.html, as you can see in the attached screenshots.

Has anybody deployed Kern previously? Could you specify the steps? Thank you 😄

Screenshot from 2022-12-07 16-13-04
Screenshot from 2022-12-07 16-12-41

Metadata

Metadata

Assignees

No one assigned

    Labels

    usabilityWorkflow improvements

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions