Giter Club home page Giter Club logo

Comments (3)

linear avatar linear commented on July 20, 2024

HIG-4743 Unable to start "hobby" instance.

from highlight.

greptile-apps avatar greptile-apps commented on July 20, 2024

Ensure the following steps are completed to resolve the login issue:

  1. Update docker/.env:

    • Set REACT_APP_FRONTEND_URI to your backend IP.
    • Set REACT_APP_PRIVATE_GRAPH_URI to http://<your-backend-ip>:8082/private.
    • Set REACT_APP_PUBLIC_GRAPH_URI to http://<your-backend-ip>:8082/public.
  2. Update docker/compose.hobby.yml:

    • Ensure the backend and frontend services have the correct environment variables and ports configured.
  3. Run the hobby instance:

    • Execute docker compose -f compose.hobby.yml up --detach backend frontend to start the services.

Refer to the self-hosted hobby guide for detailed instructions.

References

/docker/compose.hobby.yml
/docker/.env
/docker/run-hobby.sh
/docs-content/getting-started/self-host/self-hosted-hobby-guide.md

Ask Greptile

from highlight.

Vadman97 avatar Vadman97 commented on July 20, 2024

@729993031 looks like you have a fatal log line from a clickhouse migration failure (dirty version). if you are trying to upgrade from an old version, do you have some data that is failing to migrate?

you can remove all clickhouse data by running docker rm -f clickhouse and running docker volume rm highlight_clickhouse-data, or all data by running docker compose down --remove-orphans --volumes, and then restarting the hobby stack.

from highlight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.