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
While working with one of the customers, I found the service.yml is not loaded correctly in one of the projects. The reason is that one of the injections is not initialized correctly and the service loading is stopped there. We need to enhance the service module to output an error during the server startup to identify the bad implementation. This shouldn't be a problem if the implementation instructor has some logging but we cannot assume that.
The text was updated successfully, but these errors were encountered:
While working with one of the customers, I found the service.yml is not loaded correctly in one of the projects. The reason is that one of the injections is not initialized correctly and the service loading is stopped there. We need to enhance the service module to output an error during the server startup to identify the bad implementation. This shouldn't be a problem if the implementation instructor has some logging but we cannot assume that.
The text was updated successfully, but these errors were encountered: