I have created multiple components that are running fine on my local system. I deployed my app once and undeployed after some time. Now I added one more component that is running fine locally but when I deployed the app it showed me the last deployed app.
Solved! Go to Solution.
Views
Replies
Total Likes
I too faced similar issue. So instead `aio app deploy`, I changed to `aio app deploy --force-build`
Here is deploy commands
So without `--force-build`, it is NOT compiling web-assets even when they had changes. Adding the `--force-build` was then building and changes were served.
Hi @ShubhamAg2 - you have not provided us enough information to help you. Please provide way more information.
Views
Replies
Total Likes
I too faced similar issue. So instead `aio app deploy`, I changed to `aio app deploy --force-build`
Here is deploy commands
So without `--force-build`, it is NOT compiling web-assets even when they had changes. Adding the `--force-build` was then building and changes were served.
Thanks @sarav_prakash ,It is working fine now
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies