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

Scrolling a search while logged out doesn't work due to a 403 error on app.bsky.feed.searchPosts requests #797

Open
afontenot opened this issue Nov 9, 2024 · 0 comments

Comments

@afontenot
Copy link

I apologize if this isn't the right repository to report this bug against, I'm not really familiar with the different elements.

I was trying to search for something on https://bsky.app while not logged in. I got repeated errors that looked like

We're sorry, but your search could not be completed. Please try again in a few minutes.
Error: Error: NetworkError when attempting to fetch resource.

Looking at the browser console, I saw 403 errors on this URL:

https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=test&limit=25&cursor=25&sort=latest

In fact, just trying to open the link in a browser shows an error as well. I also see an OPTIONS request from the browser which 403s as well, with a response that can't be read due to missing CORS headers.

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

1 participant