Open edX tutor ecommerce

Hello community,

I installed Open edX tutor via the binary release and setup plugins for discovery, mfe and ecommerce. So far everything else works fine except the ecommerce portal at ecommerce.www.grassroot.academy. When i access it shows ‘server error’ with a broken image link. Below is my logs

tutor_local-caddy-1                      | {"level":"error","ts":1678872931.6667163,"logger":"http.log.access.log3","msg":"handled request","request":{"remote_ip":"102.219.54.113","remote_port":"56694","proto":"HTTP/2.0","method":"GET","host":"ecommerce.www.grassroot.academy","uri":"/","tls":{"resumed":true,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"ecommerce.www.grassroot.academy"}},"user_id":"","duration":0.033227193,"size":772,"status":500}
tutor_local-caddy-1                      | {"level":"info","ts":1678872931.9093149,"logger":"http.log.access.log3","msg":"handled request","request":{"remote_ip":"102.219.54.113","remote_port":"56694","proto":"HTTP/2.0","method":"GET","host":"ecommerce.www.grassroot.academy","uri":"/static/CACHE/css/output.27bc09a2e6ac.css","tls":{"resumed":true,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"ecommerce.www.grassroot.academy"}},"user_id":"","duration":0.001658134,"size":0,"status":304}
tutor_local-caddy-1                      | {"level":"error","ts":1678872931.937998,"logger":"http.log.access.log3","msg":"handled request","request":{"remote_ip":"102.219.54.113","remote_port":"56694","proto":"HTTP/2.0","method":"GET","host":"ecommerce.www.grassroot.academy","uri":"/jsi18n/","tls":{"resumed":true,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"ecommerce.www.grassroot.academy"}},"user_id":"","duration":0.030349879,"size":772,"status":500}
tutor_local-caddy-1                      | {"level":"info","ts":1678872932.1250463,"logger":"http.log.access.log3","msg":"handled request","request":{"remote_ip":"102.219.54.113","remote_port":"56694","proto":"HTTP/2.0","method":"GET","host":"ecommerce.www.grassroot.academy","uri":"/static/bower_components/edx-ux-pattern-library/_src/pattern-library/fonts/OpenSans/OpenSans-Regular-webfont.woff2?72ab3e7a5081","tls":{"resumed":true,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"ecommerce.www.grassroot.academy"}},"user_id":"","duration":0.001632263,"size":0,"status":304}
tutor_local-caddy-1                      | {"level":"info","ts":1678872932.1256614,"logger":"http.log.access.log3","msg":"handled request","request":{"remote_ip":"102.219.54.113","remote_port":"56694","proto":"HTTP/2.0","method":"GET","host":"ecommerce.www.grassroot.academy","uri":"/static/bower_components/edx-ux-pattern-library/_src/pattern-library/fonts/OpenSans/OpenSans-Semibold-webfont.woff2?72ab3e7a5081","tls":{"resumed":true,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"ecommerce.www.grassroot.academy"}},"user_id":"","duration":0.002251528,"size":0,"status":304}
tutor_local-caddy-1                      | {"level":"error","ts":1678872932.1891632,"logger":"http.log.access.log3","msg":"handled request","request":{"remote_ip":"102.219.54.113","remote_port":"56694","proto":"HTTP/2.0","method":"GET","host":"ecommerce.www.grassroot.academy","uri":"/jsi18n/","tls":{"resumed":true,"version":772,"cipher_suite":4865,"proto":"h2","server_name":"ecommerce.www.grassroot.academy"}},"user_id":"","duration":0.031687289,"size":772,"status":500}
tutor_local-mongodb-permissions-1        | /data/db already owned by 999
tutor_local-mongodb-permissions-1        | /data/db already owned by 999
tutor_local-mongodb-permissions-1        | /data/db already owned by 999
tutor_local-mongodb-permissions-1        | /data/db already owned by 999
tutor_local-mongodb-permissions-1        | /data/db already owned by 999
tutor_local-mongodb-permissions-1        | /data/db already owned by 999
tutor_local-mongodb-permissions-1        | /data/db already owned by 999
tutor_local-mysql-1                      | 2023-03-15T09:22:45.481938Z 18 [Warning] Following users were specified in CREATE USER IF NOT EXISTS but they already exist. Corresponding entry in binary log used default authentication plugin 'mysql_native_password' to rewrite authentication information(if any) for them: 'discovery'@'%'
tutor_local-mysql-1                      | 
tutor_local-mysql-1                      | 2023-03-15T09:24:42.956482Z 46 [Warning] Following users were specified in CREATE USER IF NOT EXISTS but they already exist. Corresponding entry in binary log used default authentication plugin 'mysql_native_password' to rewrite authentication information(if any) for them: 'ecommerce'@'%'
tutor_local-mysql-1

Can you share a screenshot? When I try to access the ecommerce page I’m forwarded to the login page, which seems pretty normal.

I appreciate your reply. I’m unable to share a screenshot because I’m new here although I opened the ecommerce admin in another browser and it went through to display the correct page. Tried previous browser again and it was working.