When users create or modify the token and rebuild the cache, then immediately the website and mobile app goes down. when we check the logs there is an error as below
Hi all,
I’m encountering errors related to missing libraries in Drupal: Commerce Price requires the commerceguys/intl library.
Address requires the commerceguys/addressing library.
In composer.json, I have:
"commerceguys/addressing": "dev-master",
"commerceguys/intl": "^dev-master"
I've run composer update and cleared the cache, but the issue persists. Any other steps to fix this?