-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Auth issue with extraction #1758
Comments
Can you confirm the auth settings have not changed in your config as well as who is marked as the owner of the documents? |
Hey @NolanTrem , I'm using the default config in Logging in with the superuser account, I am able to start the extraction, no 403 \o/ But that brings more questions:
|
|
Thanks @NolanTrem that makes sense on the second point. For the first point, I did upload the documents with this non-default user. While I can press the extract button and get a UI notification that it's been queued, the logs show a 403. |
Same issue |
You have breaking changes with dashboard |
Describe the bug
When trying to run the extraction on already ingested documents (they all show up as pending for the Extraction column), the logs show a 403 error:
Unfortunately, that's all the info I'm getting.
To Reproduce
Steps to reproduce the behavior:
v3/documents/<doc ID>
Expected behavior
Extraction goes through.
Additional context
I'm running a Git clone of the repo with:
docker build -t r2r/local-fix . poetry run r2r serve --docker --full --config-name=full_local_llm --image=r2r/local-fix:latest
to bypass the issue mentioned in #1386
The text was updated successfully, but these errors were encountered: