Open rwillians opened 1 year ago
@rwillians could you explain how to reproduce this? Btw we might wanna start by creating these issues inside of turtle-api
and I can move them over here if they are Derive specific. So we can talk more freely about our backend to diagnose.
MIX_ENV=test mix do ecto.drop, ecto.create, ecto.load, ecto.migrate, es.rebuild auto, ecto.dump
mix test --seed 12312 test/features/hatch*_test.exs
PHX_SERVER=1 iex -S mix
I'm using the test db in dev env at the moment, so that I don't have to create some records I want to access via graphiql (for some testing).
Whenever I run some test in order to create the records, when I boot the app the error occurs
I rebuild using auto, but there doesn't seem to be any events pending for rebuild on activity reducer
After running rebuild auto, I'm able to boot the app