TurtleAI / derive

An Event Sourcing and CQRS solution.
0 stars 1 forks source link

Weird error on boot: Turtle.Activity.Reducer needs rebuild #25

Open rwillians opened 1 year ago

rwillians commented 1 year ago

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

Screenshot 2023-01-05 at 00 23 20

I rebuild using auto, but there doesn't seem to be any events pending for rebuild on activity reducer

Screenshot 2023-01-05 at 00 23 47

After running rebuild auto, I'm able to boot the app

venkatd commented 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.

rwillians commented 1 year ago