Answered

ERROR - [HTTP 403] - Your workspace is hosted in Europe but you connected to United States

  • 16 January 2024
  • 1 reply
  • 68 views

When I use the sample on the iOS platform, this error will be reported. How can I solve this problem

 

icon

Best answer by mateusz.leszkiewicz 16 January 2024, 15:38

View original

1 reply

Userlevel 2
Badge +3

Hi 程好燃,

You just need to point your app to the EU hosting region.

 

For customers using Expo, you can modify your info.plist by adding the following to the info.plist section of your app.json file.

"infoPlist": {  "IntercomEURegion": "true"},

I hope it will be helpful to you.

Reply