Just update the file amp-frontend.php from “amp-story-0.1.js” to “amp-story-1.0.js”. The version 0.1 of amp-story was deprecated.
Same issue here. I solved putting the remove filter in functions.php :
remove_filter( ‘lostpassword_url’, ‘wc_lostpassword_url’, 10, 0 );
Thanks!