Hi,
I'm using Drupal 8.8.2, lightning 4.1.3.
I created a new service class in a custom module, it works on my local PC.
After I upload the code, and tried drupalconsole and drush both to clear and rebuild cache, but when I run this service, Drupal keep showing error message that it didn't know this service. I also tried delete all cache_* database tables, but the error still.
And at the logger I can see some error messages: Container cannot be saved to cache
How can I solve this problem?
Thanks,