When I push the project to the Apify Platform using apify push I end up with error:
Error: Actor with identifier "push-test2" is already on the platform and was modified there since modified locally.
Skipping push. Use --force to override.
And requires to use --force flag to continue
Steps to reproduce:
apify -v
apify-cli/0.21.10-beta.15 (c29140c) running on linux-x64 with node-22.14.0, installed via npm
apify create push-test2 + Typescript + Playwright + Chrome
cd push-test2
apify push
Then I go to Apify Console Actor Detail and change start url from https://apify.com/ to https://apify.com/#1 then I click on Save
I run apify push again and I end up with the error.
When I push the project to the Apify Platform using apify push I end up with error:
And requires to use
--forceflag to continueSteps to reproduce:
apify -vapify create push-test2+ Typescript + Playwright + Chromecd push-test2apify pushThen I go to Apify Console Actor Detail and change start url from
https://apify.com/tohttps://apify.com/#1then I click on SaveI run
apify pushagain and I end up with the error.