Ecommerce issue

In the ecommerce setting, the log file(/edx/var/log/ecommerce/edx.log) has the following error. How can I solve it? Thank you

Oct  7 08:35:15 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  22728] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /
Oct  7 08:35:15 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  22728] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /
Oct  7 08:35:15 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  22728] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /
Oct  7 08:35:15 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  22728] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /
Oct  7 08:35:59 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  27149] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /
Oct  7 08:35:59 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  27149] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /
Oct  7 08:35:59 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  27149] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /
Oct  7 08:36:28 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  27151] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /
Oct  7 08:36:28 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  27151] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /
Oct  7 08:36:28 ip-172-31-46-150 [service_variant=ecommerce][django.request] WARNING [ip-172-31-46-150  27151] [/edx/app/ecommerce/venvs/ecommerce/local/lib/python2.7/site-packages/django/core/handlers/base.py:152] - Not Found: /

Did you manage to fix this?
I have the same problem, writing anything on this discussion board is like throwing a snowball in the air in the desert, no chance anything is ever coming back at you…don’t even know why it has been created, no-one ever helps out.

Hello, we also see this error in our logs, but they only show because the root url of the ecommerce is not defined, so it will show up everytime you access the site (Ej: loading https://ecommerce.mysite.com/ ). It shouldn’t cause any problem, more than polluting the logs.

Not many use the ecommerce, so finding answers is more difficult.

Best,
Felipe

1 Like

you can try this : https://blog.lawrencemcdaniel.com/open-edx-ecommerce/

I’m afraid that’s the site that caused me to get into the trouble I’m in :stuck_out_tongue_winking_eye:

:rofl:After this setting is successful, some other settings are needed later. It depends on what problem you have

My problem is that after I followed those instructions, queue stopped working and signing into Ecommerce with OAuth causes a server error…

ironwood.master?
need look at the log file to know where is the cause…

Which log file, the Ecommerce one? I can pastebin that

Best ecommerce and lms.

https://pastebin.com/u/brightskyapps/1/0/1/?guest=1

Did you modify ECOMMERCE_API_URL": "http://127.0.0.1:8000/api/v2/",to ‘yourdomain:8002/api/v2/’
ms.env.json cms.env.json has many similar to this need to be modified to your domain name

@imclean Did you find soluton?