VirtoCommerce/vc-platform

Error when running virtoCommerce platform (script injection error)

MShakerBadr opened this issue · 5 comments

I am getting this error when running the platform for the first time
image

platform version : 3.26
browser version : chrome 97.0.4692.99

@MShakerBadr , Virto Commerce build Admin SPA (based on AngularJS) automatically on startup from multiple script files in the platform and modules. Looks one of the modules doesn't load properly and crash the solution.

Could you give more information about your solution?

  1. Did you run the runtime version of the platform or run from source code? If you start the platform from the source, you need to compile web resources.
  2. Which modules (and versions) did you install? It helps our QA team to repeat the problem. You can try opening swagger UI by {your-domain}/docs/index.html and check the health of the platform and modules by API.
  3. Do you have custom modules?
  4. Do you see any errors in browser console? It can provide some insights about the errors.

@OlegoO

  1. The platform running from source code. v 3.0.0

image
image
3.No, there is no custom modules.

@MShakerBadr I see that you installed Angular 1.8.2. I recommend reverting back to original packages and restart. It should resolve the problem.

Another recommendation, install a binary version of the Virto Commerce Platform from release. Follow these steps https://virtocommerce.com/docs/vc-quickstart/

image

@OlegoO , It is working now after changing Angular version,
Thanks for your support.