We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've loaded up the server it seems without error:
However when I hit that url I get 403 forbidden any ideas what I'm doing wrong here?
The text was updated successfully, but these errors were encountered:
I'm having the same issue
Sorry, something went wrong.
probably CORS for chroma. try adding this to your environment variables
variable name CHROMA_SERVER_CORS_ALLOW_ORIGINS variable value ["*"]
if that doesn't work, then at least post the full error message you see in the "console" under "web developer tools" of the browser.
in google chrome its: "the three dots button in top right" > More Tools > Developer Tools - then go to the console tab
in firefox its: "hamburger menu in top right" > More Tools > Web Developer Tools" - then go to the console tab
then trigger the error again to capture the full message. and post back
No branches or pull requests
I've loaded up the server it seems without error:
However when I hit that url I get 403 forbidden any ideas what I'm doing wrong here?
The text was updated successfully, but these errors were encountered: