Phoenix.Ecto.PendingMigrationError : Pending migrations error

Hello All,

I am getting the error Phoenix.Ecto.PendingMigrationError when trying to start Phoenix app although when running mix ecto.migrations all migrations status is up “The list in this command output and files is also the same” . Any idea which configuration or parameters could affect the app into reporting pending migrations while the database is fine ?

What happens if you press the button to run the migrations, or run mix ash.migrate?

Thanks ,
I am glad the writer of the book is the one replying to me as I hit the issue while going through Tunez :slight_smile:
I found out as per this link https://stackoverflow.com/questions/64785355/phoenix-prompts-to-run-a-migration-that-doesnt-exist
I just need to delete any migrations I did not use from another location “tunez_build\dev\lib\tunez\priv\repo\migrations” and issue is resolved now. So lesson learned when deleting a migration file to check the same directory under _build .
Thanks for this great book :clap: :clap: