Search code examples
dialogflow-eschatbotvelo

Getting Error in Web Demo during Integration


I am getting the error 'Sorry, it seemed like there was an error during request.' Dialogflow Error

I tested the chatbot but I am getting the error. Should I make any changes in settings? Don't know what should I do. Actually I want to integrate dialogflow chatbot with my Wix website. Could someone help me with steps involved to integrate dialogflow with Wix?


Solution

  • To solve the above issue you can try the below steps:

    1. This issue commonly happens when the API is in disabled state, you need to enable it correctly. Navigating to API & Services -> API Library -> Dialogflow API - STAGING and make sure that it's enabled,if it is already enabled then disable it and enable it again. If this does not solve the issue then follow step2.

    2. You may need to make sure the Dialogflow service account exists in the IAM page and has the necessary permissions(Dialogflow API Admin & Dialogflow Console Agent Editor & Dialogflow Service Agent)

    3. If you are using the Dialogflow API, you need to set up authentication. For more details you can follow this link.

    4. Report the issue via Issue Tracker if none of the above steps solves your issue.