-
Notifications
You must be signed in to change notification settings - Fork 50
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
After setting ALLOWED_USERS, unable to make successful requests. #39
Comments
Could you please provide the debug logs? With the current information, it's challenging to pinpoint the issue. From the logs, it seems like I didn't receive the email address from the /api/me endpoint. User email: None for token ZhX |
Failed to retrieve email. Using another project, fake-raycast-backend, which is similarly configured with ALLOWED_USERS, can correctly retrieve the data. |
Before updating Anthropic support, the project was functioning normally. |
Modify the code in app/middleware.py:
After modifying the code as follows, it can be executed normally
|
The ALLOWED_USERS variable value is the same as the logged-in email address.
The text was updated successfully, but these errors were encountered: