Hi @RicoTrevisan, it looks like you didn’t run migration.
As if PhoenixAnalytics would not have access file to write it would not start at all.
You can try to run it manually:
iex -S mix
PhoenixAnalytics.Migration.up()
Hi @RicoTrevisan, it looks like you didn’t run migration.
As if PhoenixAnalytics would not have access file to write it would not start at all.
You can try to run it manually:
iex -S mix
PhoenixAnalytics.Migration.up()