I used these steps install process
- composer require oro/commerce-stripe
- sudo rm -rf var/cache/prod
- php bin/console oro:platform:update --env=prod --force
- php bin/console cache:clear --env=prod
After these were done, the installed extension hang when opened. See link below
https://snipboard.io/hItU2g.jpg
What seems to be the issue?