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

Docs Search by Algolia returns 403 #2310

Closed
ilkou opened this issue Jun 10, 2024 · 3 comments
Closed

Docs Search by Algolia returns 403 #2310

ilkou opened this issue Jun 10, 2024 · 3 comments
Assignees

Comments

@ilkou
Copy link

ilkou commented Jun 10, 2024

Hello!

I'm trying to search in the spring-data docs, but the UI doesn't display any results. When I inspected the Network tab, I noticed that Algolia endpoint is returning 403 Forbidden with the following response:

{"message":"Invalid Application-ID or API key","status":403}

Steps to Reproduce:

  1. Go to spring-data docs.
  2. Attempt to use the search functionality.
  3. Observe the lack of results and check the browser's Network tab for errors.

I apologize if this is not the right place to report such an incident, and thanks for the great project!

@schauder
Copy link
Contributor

Thanks for reporting this. And yes, this is the correct place. We'll look into it.

@schauder
Copy link
Contributor

The correct link to the documentation is https://docs.spring.io/spring-data/relational/reference/index.html
and this affects JPA as well, but not boot. So I guess something is wrong with the Spring Data setup.

@mp911de mp911de transferred this issue from spring-projects/spring-data-relational Jun 11, 2024
@mp911de
Copy link
Member

mp911de commented Jun 11, 2024

The search has been broken because of changed credentials. We've upgraded our build to pick up the correct ones via spring-projects/spring-data-dev-tools#226.

@mp911de mp911de closed this as completed Jun 11, 2024
@mp911de mp911de self-assigned this Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants