Skip to content
New issue

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

403 Forbidden #2

Open
gary-lo opened this issue Jul 17, 2023 · 2 comments
Open

403 Forbidden #2

gary-lo opened this issue Jul 17, 2023 · 2 comments

Comments

@gary-lo
Copy link

gary-lo commented Jul 17, 2023

I've loaded up the server it seems without error:
image

However when I hit that url I get 403 forbidden any ideas what I'm doing wrong here?

@statisticianinstilettos
Copy link

I'm having the same issue

@coffeecodeconverter
Copy link

coffeecodeconverter commented Dec 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants