You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running an Apify Actor twice in a row using apify run -i 'some input', the first execution works as expected, but the second one fails to load the input - it returns None.
It appears that metadata files from the previous run remain in local storage, preventing the new input from being correctly loaded.
Description
apify run -i 'some input', the first execution works as expected, but the second one fails to load the input - it returns None.Reproduction
Expected behavior
Actual behavior
Input: None.