can't build docker/sdk up while the transfer exist...
# help
a
can't build docker/sdk up while the transfer exist Error - Exception: Class 'Generated\Shared\Transfer\MonitoringTransactionEventTransfer' not found
p
Hey, do you have the following file?
vendor/spryker/monitoring/src/Spryker/Shared/Monitoring/Transfer/monitoring.transfer.xml
a
Yes i do have..
p
Does
docker/sdk console propel:model:build
work for you?
a
All commands gives same error
p
I saw the exception before - But I did not get a response yet what was the solution for my teammate. If you do not want to wait until Monday you could try to debug it with xdebug and set a breakpoint in the MonitoringConsolePlugin or other to see the real Exception underneath
You could also try to comment out
new MonitoringConsolePlugin()
in
src/Pyz/Yves/Console/ConsoleDependencyProvider.php
and check if you see a better exception
There was also a fix for better exception showing released in October: https://github.com/spryker/monitoring/releases/tag/2.6.0
a
it works thanks a ton!
👌 1