Hey all,
I’m running event store via docker (on Windows 10 with Hyper-V) with “docker run --name myStore -p 2113:2113 -p 1113:1113 -d -e EVENTSTORE_RUN_PROJECTIONS=ALL eventstore/eventstore”
Once I log in on the Web UI and go to projections all the porjections are Stopped. Clicking Enable All brings up an error “Enabling all projections have failed, reason : $streams: null $by_category: null $stream_by_category: null $by_event_type: null”
I had tried to create a projection against my own streams (via the Web UI) and it appeared as though the actual code was not ever saved. I couldn’t start, stop or delete those projections either which is why I went back to a vanilla Docker image.
Does anyone have any suggestions as to why this might happen and what I need to do to enable projections.
Thanks