Giter Club home page Giter Club logo

Comments (6)

powderblock avatar powderblock commented on May 26, 2024 8

Same here

from quivr.

dosubot avatar dosubot commented on May 26, 2024 2

The issue you're experiencing with the Quivr application seems to stem from a few key areas:

  1. Authentication Process: The 403 Forbidden errors indicate a problem with authentication. Ensure that the authentication tokens are correctly generated, sent with requests, and that the backend properly validates these tokens. This is crucial for accessing endpoints like /user, /user/identity, and /user/credits.

  2. Frontend Routing Logic: The unexpected redirection suggests there might be an issue with the frontend routing logic, particularly in how the application handles authentication states and redirections. Review the useLogin hook or equivalent logic in your application to ensure it correctly redirects users based on their authentication status.

  3. UserIdentity Model Validation: The errors related to the UserIdentity model expecting a valid UUID but receiving None indicate a problem in the creation or updating of UserIdentity instances. Verify that any operation involving UserIdentity instances includes a valid UUID for the id field.

  4. CORS Settings: Ensure your CORS settings are correctly configured to allow requests from the expected origins, especially in a local development environment. This includes setting allow_credentials=True, allowing all methods and headers.

By addressing these areas, you should be able to resolve the issue and access the login page as expected. If you continue to face difficulties, providing more specific error messages or details about your setup could help in diagnosing the problem further.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

from quivr.

StanGirard avatar StanGirard commented on May 26, 2024 2

Last commit fixed it :/

from quivr.

sxm1129 avatar sxm1129 commented on May 26, 2024

Re-installed with docker, still the same. My environment is M1 mac

from quivr.

HenrikBaltazar avatar HenrikBaltazar commented on May 26, 2024

same issue with Fedora 39 and docker 26.0.1.
installled exactly as README says, @StanGirard is it lacking something besides README?

from quivr.

wwjCMP avatar wwjCMP commented on May 26, 2024

Last commit fixed it :/

Does the latest version solve this problem?

from quivr.

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.