Status code http 500 in .NET Core Minimal API, EF, SQLite. Works locally but doesn’t work on Azure
I built a Minimal API using EF, Sqlite and C#. It works locally, but once I deploy it to Azure, I get a http 500 status code and a SQLite error that the table doesn’t exist. I don’t know if it doesn’t do the migrations because it works locally, please help – any advice?