I am trying to publish my first Action for Google Assistent but when trying to submit the app the console tells me "error submitting assistant app" but without any details whatsoever.
Are there any logs or something which would give me more details on what I need to fix before I can submit? I'm lost. Thanks
This problem is being faced by many and it's really off putting to find that Dialogflow shows an error but doesn't specify details of the error which leaves developers scratching their head cluelessly. Hope Dialogflow will make this error more informative and make our lives easy.
Even I faced this error couple of times and here are some suggestions to fix this issue:
Make sure all are showing Blue tick mark.
Check that you have setup the invocations properly.
Test your app in simulator to make sure that the app is working fine without any error.
Test your app in the device (you can do it with the device where you are logged in with gmail id associated with dialogflow).
This one I found to be most important:
Go to Dialogflow Consoloe and click on Gear button. Then open Environments tab and click on "View All Versions".
Here you will find the list of all the drafts of your application. It might show "Deploying" for the latest draft.
I have found that until there was a status of "Deploying", the app wasn't submitted for review. It showed "Error Submitting Assistant App" message only.
Once it was deployed, I could successfully submit the app. So, you have to wait till Dialogflow deploys your app.
Hope this will help!