Hi,
The aio app deploy command is not deploying my web actions specified in the yaml file. I tried with creating a new project and then also the aio app deploy is not deploying the generic action(default one). Would like to know the solution to solve the issue. When i hit aio app build also, no web actions are building.
If anyone knows the solution, please let me know here..
Thanks in advance!
Regards,
Bhavani Bharanidharan
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
After deleted the dist folder , the deployment is happening successfully.
Thanks,
Bhavani Bharanidharan
Hi,
Is there any error you are getting when pushing the actions? Did you try this? https://experienceleaguecommunities.adobe.com/t5/adobe-developer-questions/changes-in-file-is-not-re...
Hi @EstebanBustamante ,
When i hit aio app deploy, i am not getting any error
aio app deploy
Using local project's @adobe/aio-cli-plugin-asset-compute version 4.0.4
✔ Built 1 action(s) for 'dx/asset-compute/worker/1'
ℹ No frontend or a build already exists, skipping frontend build for 'dx/asset-compute/worker/1'
✔ Deployed 1 action(s) for 'dx/asset-compute/worker/1'
no frontend, skipping frontend deploy 'dx/asset-compute/worker/1'
Your deployed actions:
non-web actions:
-> dx-asset-compute-worker-1/__secured_worker
New Extension Point(s) in Workspace 'Stage': 'dx/asset-compute/worker/1'
Successful deployment 🏄
aio app deploy --force-build
Using local project's @adobe/aio-cli-plugin-asset-compute version 4.0.4
✔ Built 1 action(s) for 'dx/asset-compute/worker/1'
ℹ No frontend or a build already exists, skipping frontend build for 'dx/asset-compute/worker/1'
ℹ No actions deployed for 'dx/asset-compute/worker/1'
no frontend, skipping frontend deploy 'dx/asset-compute/worker/1'
New Extension Point(s) in Workspace 'Stage': 'dx/asset-compute/worker/1'
Successful deployment 🏄. So when i see the deployment is successful, i tried with aio runtime action list, that time i have noticed that my webaction is not deployed.
What are you seeing when you run "aio runtime action list" ? You are using the correct environment right?
Another thing to try would be to run "aio app get-url" as this will list the urls the project will deploy to and "aio app info" which will dump a json version of the project setup including all the data from the manifest.yml - you can then validate it is showing the values you expect.
"aio app use" will also list which org, project and workspace the project is configured to use incase this is not set correctly, eg:
You are currently in:
1. Org: MyAdobeOrg
2. Project: MyExampleProject
3. Workspace: Dev
I would also recommend checking what node version you are running - an out of date version could cause issues with the build and deploy, though I would expect a clear error in this case.
Hi @martin_ecx_io ,
I am using node 18 version and i have checked the aio app info , i can see that the service api i have added is correctly configured the node modules are installed correctly.
When i overwrite the env and aio file, nothing changes in the deployment command. Still my web actions configured in app.config.yaml are not getting deployed
Thanks,
Bhavani Bharanidharan
Hi,
After deleted the dist folder , the deployment is happening successfully.
Thanks,
Bhavani Bharanidharan