You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
I have a mobile App built with ionic 4 which makes calls to Dialogflow v1.
The origin from iOs is "ionic://localhost" and this is now rejected (not allowed by Access-Control-Allow-Origin)
These calls were working a few weeks ago and something changed recently.
Is it possible to configure the valid origins on Dialogflow?
Is it possible for Dialogflow to allow the ionic://localhost origin (which I assume will be a common use case for hybrid mobile Apps built with ionic)
I have a mobile App built with ionic 4 which makes calls to Dialogflow v1.
The origin from iOs is "ionic://localhost" and this is now rejected (not allowed by Access-Control-Allow-Origin)

These calls were working a few weeks ago and something changed recently.
Is it possible to configure the valid origins on Dialogflow?
Is it possible for Dialogflow to allow the ionic://localhost origin (which I assume will be a common use case for hybrid mobile Apps built with ionic)
Thanks,
Ernesto