You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following the readme steps and tried docker-compose up I get this error:
microdo_php-user-snapshotter_1 exited with code 255
More details:
Fatal error: Uncaught TypeError: Argument 2 passed to Prooph\EventStore\Pdo\PostgresEventStore::__construct() must be an instance of PDO, instance of Prooph\Common\Messaging\NoOpMessageConverter given, called in /app/src/Infrastructure/factories.php on line 44 and defined in /app/vendor/prooph/pdo-event-store/src/PostgresEventStore.php:75
The text was updated successfully, but these errors were encountered:
On a side-note: This repository currently does nothing at all, it's more a demonstration of how an architecture can look like. It's not filled with real life.
After following the readme steps and tried
docker-compose
up I get this error:More details:
The text was updated successfully, but these errors were encountered: