Jovo Deploy googleAssistant .gactionsrc.yaml was not found
See original GitHub issueI’m submitting a…
- Bug report
- Feature request
- Documentation issue or request
- Other… Please describe:
Expected Behavior
Deploy to google actions.
gactions is configured correctly and logged in.
Current Behavior
I can build the google action, but cant deploy it.
Error log
🚀 Deploying Conversational Action [stage: dev]
✖ Pushing project files
› Message:
› Command failed: gactions push --consumer jovo-cli
› [ERROR] Can't find a project root. This may be because (1) ".gactionsrc.yaml" was not found in this or any of the parent folders, or (2) if ".gactionsrc.yaml" was found, but the key "sdkPath" was missing, or (3) if ".gactionsrc.yaml" and manifest.yaml were both not found.
› [ERROR] can not determine project root
› Module:
› GoogleAssistantCli
These are the folders created with jovo build:platform googleAssistant:
What I’m missing?
Your Environment
- Jovo CLI version used: 4.1.0
- Operating System: 10.15.5
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Google Assistant CLI Commands - Jovo
Learn how to build and deploy Google Assistant projects using the Jovo CLI.
Read more >Google Assistant - Jovo
The Google Assistant platform integration allows you to build custom Google Conversational Actions using Jovo.
Read more >Google Assistant Project Configuration - Jovo
Learn how to configure your Google Assistant projects using the Jovo CLI. ... The Google Action project ID that the project should be...
Read more >Action not Working when called by google assistant - Questions
Hey! I´m trying to build an app that integrates with my smart home manager program got it pretty figured out, was working just...
Read more >FreeText is not working in Model for Google Assistant Conv ...
In model I declare { “name”: “radio”, “type”: { “alexa”: “AMAZON.Movie”, “googleAssistant”: “actions.type.FreeText” } } When I deploy action builde…
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please can you try to manually create
manifest.yaml
file underbuild\local\platform.googleAssistant
after build? then run deploy command again.The content of
manifest.yaml
is:This might be related with an issue I have.
Thanks for flagging! This was fixed here #1285