'action console simulator is not working and I cannot release my project

I'm working on making a conversation flow for smart speakers. with google action builder console. And I'm using google cloud function for webhooks.

However, from this morning I cannot change, simulate or release my google action project.

  1. Cannot save any changes in 'develop' menu on the google action console (error message : "An error occurred saving the scene") -> screenshot img showing error in develop

  1. I cannot test any version in 'simulator' menu on the google action console (error message : "We're sorry, but somethin went wrong. Please try again") ->screenshot showing error for save any changes in develop menu

  1. I can't release alpha or beta version in 'Deploy' menu on the google action console (error message : "Error submitting Assistant app") -> screenshot showing error in release

No logs are found in google cloud function related to these problems. And actually I didn't change anything since the recent release. How can I deal with this one?



Solution 1:[1]

UPDATE: another solution is to press ctrl+F5 or clear browser data & cache. This works pretty well specially if you have multiple tabs opened.

It is happening to more people. Maybe this can help: See this link or this one.

Google console doesn't offer much information about those errors. Only for the model ones. When that happens, and if your model is too big, I suggest to reduce it a little bit (or try with a well-known version that is working) and try deploying/running the simulator again. That way you can find out if it's your fault or Google is updating their system.

It is working again for me, after few hours throwing errors.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1