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

If available, ensure that Analytics' regions are "us" and "de" (not "eu") #581

Open
aseure opened this issue Mar 13, 2020 · 1 comment
Open

Comments

@aseure
Copy link

aseure commented Mar 13, 2020

We've recently discovered that at least one API client was exposing "eu" as a
valid region for the Analytics client implementation, which is wrong. Only the
following regions are available at the moment to the Analytics client:

  • "us"
  • "de"
@Haroenv
Copy link

Haroenv commented Sep 7, 2021

only .us seems to be available

/* Personalization default host is set as 'var' because the region might be overridden. */
var personalizationHost: String = "https://personalization.us.algolia.com"
@deprecated("use personalization instead", "1.40.0")
var recommendationHost: String = "https://recommendation.us.algolia.com"

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

2 participants