Hi!
I’ve disabled & deleted a projection using the ProjectionsManager class (respectively its Disable() and Delete() methods). I’ve modified the code and then tried to create a new projection using CreateContinuous(). Unfortunately this fails now:
EventStore.ClientAPI.Exceptions.ProjectionCommandFailedException: Server returned 408 (Server was unable to handle request in time) for POST on http://127.0.0.1:2113/projections/continuous?name=MyProjection&type=JS&emit=1
If I look at the projections in the web interface I can see the new transaction, however, it hangs in “Writing/Initial” state forever.
What went wrong?
Failed with newest production-ready build as well as the RC2 of v3.
Best regards,
Dominik