ecommerce.urls
, Django tried these URL patterns, in this order:
, didn't match any of these."course_email_from_addr":"suppo...@myserver.com",
"ALLOW_AUTOMATED_SIGNUPS":true,"domain_prefix":"myserver.com","university":"myserver Learning Programs","PLATFORM_NAME":"myserver Learning Programs","platform_name":"myserver Learning Programs","show_only_org_on_student_dashboard":true,"email_from_address":"sup...@myserver.com",
"payment_support_email":"paymen...@myserver.com",
"SITE_NAME":"myserver.com","site_domain":"myserver.com","SESSION_COOKIE_DOMAIN":"myserver.com","payment_email_signature":"myserver Learning Programs<br>The Digital Programs Team<br>sup...@myserver.com<br>101 Example Street<br>Example State"}
--
You received this message because you are subscribed to a topic in the Google Groups "Open edX operations" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openedx-ops/wjZguzJRPeU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openedx-ops+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-ops/c64c4b3c-6135-45b5-a29f-df6fdcda70c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Open edX operations" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-ops+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openedx-ops/6adcb3ea-4ab6-4864-a8d5-fd83f567adbf%40googlegroups.com.
Because there's no view at "/" in the ecommerce interface. "/courses" should work.Look into the ecommerce's urlpath to see what's available.
On Tue, Aug 29, 2017 at 1:32 AM, YusufSalahAdDin <alag...@gmail.com> wrote:
I have still a problem when i try to acces to / url and to the programs url:Although all courses, coupons, admin, dashboard works the home and programs don't work, i don't know what happe.
El jueves, 10 de agosto de 2017, 19:12:34 (UTC+3), Miguel Medina escribió:thank you!
On Thursday, August 10, 2017 at 6:59:58 AM UTC-5, Clinton Blackburn wrote:The login page for all services is available at /login.
--
You received this message because you are subscribed to the Google Groups "Open edX operations" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openedx-ops...@googlegroups.com.
when i try 127.0.0.1:18130/courses i get bad request
also i set price to course in django course mode and when i click on enroll
and when finally i click on enroll on the previous page i get the fist enroll page again it is like a loop
so i am not able to paid the course nor enroll it it is like a loop
see below lms.env.json and ecommerce.yml files
ecommerce.yml
--
# This file is created and updated by ansible, edit at your peril
AFFILIATE_COOKIE_KEY: dev_affiliate_id
BROKER_URL: amqp://celery:cel...@192.168.1.2:5672
COMMERCE_API_URL: http://127.0.0.1:80/api/commerce/v1/
COMPREHENSIVE_THEME_DIRS: null
COURSE_CATALOG_API_URL: http://localhost:8008/api/v1/
DATABASES:
default:
ATOMIC_REQUESTS: true
CONN_MAX_AGE: 60
ENGINE: django.db.backends.mysql
HOST: localhost
NAME: ecommerce
OPTIONS:
connect_timeout: 10
PASSWORD: password
PORT: 3306
USER: ecomm001
DEFAULT_SITE_THEME: null
ECOMMERCE_URL_ROOT: http://localhost:18130
EDX_API_KEY: PUT_YOUR_API_KEY_HERE
ENABLE_COMPREHENSIVE_THEMING: false
ENROLLMENT_API_URL: http://127.0.0.1:80/api/enrollment/v1/enrollment
ENTERPRISE_SERVICE_URL: http://127.0.0.1:80/enterprise/
JWT_AUTH:
JWT_ALGORITHM: HS256
JWT_DECODE_HANDLER: ecommerce.extensions.api.handlers.jwt_decode_handler
JWT_ISSUERS:
- https://localhost:80/oauth2
- ecommerce_worker
JWT_LEEWAY: 1
JWT_SECRET_KEY: SET-ME-PLEASE
JWT_SECRET_KEYS:
- SET-ME-PLEASE
JWT_VERIFY_EXPIRATION: true
LANGUAGE_CODE: en
LANGUAGE_COOKIE_NAME: openedx-language-preference
LMS_DASHBOARD_URL: http://127.0.0.1:80/dashboard
LMS_HEARTBEAT_URL: http://127.0.0.1:80/heartbeat
LMS_URL_ROOT: http://127.0.0.1:80
AUTH2_PROVIDER_URL: http://127.0.0.1:80/oauth2
OSCAR_FROM_EMAIL: os...@example.com
PAYMENT_PROCESSOR_CONFIG:
edx:
cybersource:
access_key: SET-ME-PLEASE
cancel_page_url: http://127.0.0.1:8000/commerce/checkout/cancel/
merchant_id: SET-ME-PLEASE
payment_page_url: https://set-me-please
profile_id: SET-ME-PLEASE
receipt_page_url: http://127.0.0.1:8000/commerce/checkout/receipt/
secret_key: SET-ME-PLEASE
soap_api_url: https://set-me-please
transaction_key: SET-ME-PLEASE
paypal:
cancel_url: http://127.0.0.1:80/commerce/checkout/cancel/
client_id: AUNxISs_D9MYQMxGESEjVv2jYXLFpTIkFLb1ITBr_JSk18ZIAX3DoQB0mYUTczPtB0Rv1wHrWQAG_-PH
client_secret: EGdDCxJQ7G4U3-OJ6ORrWrKNasaZUlDOfx-oLxt7jfr9CiPW1Ziukr3d6z_AkvGp6ws42ytV6txLz2-4
error_url: http://127.0.0.1:80/commerce/checkout/error/
mode: sandbox
receipt_url: http://127.0.0.1:80/commerce/checkout/receipt/
PLATFORM_NAME: Your Platform Name Here
SECRET_KEY: Your secret key here
SESSION_EXPIRE_AT_BROWSER_CLOSE: false
SOCIAL_AUTH_EDX_OIDC_ID_TOKEN_DECRYPTION_KEY: ecommerce-secret
SOCIAL_AUTH_EDX_OIDC_ISSUER: http://localhost:80/oauth2
SOCIAL_AUTH_EDX_OIDC_KEY: ecommerce-key
SOCIAL_AUTH_EDX_OIDC_LOGOUT_URL: http://localhost:80/logout
SOCIAL_AUTH_EDX_OIDC_SECRET: ecommerce-secret
SOCIAL_AUTH_EDX_OIDC_URL_ROOT: http://localhost:80/oauth2
SOCIAL_AUTH_REDIRECT_IS_HTTPS: false
STATIC_ROOT: /edx/var/ecommerce/staticfiles
THEME_SCSS: sass/themes/default.scss
TIME_ZONE: UTC
LMS.ENV.JSON
{
"ACTIVATION_EMAIL_SUPPORT_LINK": "",
"AFFILIATE_COOKIE_NAME": "dev_affiliate_id",
"ALTERNATE_WORKER_QUEUES": "cms",
"ANALYTICS_DASHBOARD_URL": "http://localhost:18110/courses",
"ANALYTICS_DATA_URL": "",
"ANALYTICS_SERVER_URL": "",
"API_ACCESS_FROM_EMAIL": "api-re...@example.com",
"API_ACCESS_MANAGER_EMAIL": "api-a...@example.com",
"API_DOCUMENTATION_URL": "http://course-catalog-api-guide.readthedocs.io/en/latest/",
"AUDIT_CERT_CUTOFF_DATE": null,
"AUTH_DOCUMENTATION_URL": "http://course-catalog-api-guide.readthedocs.io/en/latest/authentication/index.html",
"AWS_SES_REGION_ENDPOINT": "email.us-east-1.amazonaws.com",
"AWS_SES_REGION_NAME": "us-east-1",
"BLOCK_STRUCTURES_SETTINGS": {
"COURSE_PUBLISH_TASK_DELAY": 30,
"TASK_DEFAULT_RETRY_DELAY": 30,
"TASK_MAX_RETRIES": 5
},
"BOOK_URL": "",
"BUGS_EMAIL": "bu...@example.com",
"BULK_EMAIL_DEFAULT_FROM_EMAIL": "no-r...@example.com",
"BULK_EMAIL_EMAILS_PER_TASK": 500,
"BULK_EMAIL_LOG_SENT_EMAILS": false,
"BULK_EMAIL_ROUTING_KEY_SMALL_JOBS": "edx.lms.core.low",
"CACHES": {
"celery": {
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
"KEY_FUNCTION": "util.memcache.safe_key",
"KEY_PREFIX": "celery",
"LOCATION": [
"localhost:11211"
],
"TIMEOUT": "7200"
},
"configuration": {
"BACKEND": "django.core.cache.backends.memcached.MemcachedCache",
"KEY_FUNCTION": "util.memcache.safe_key",
"KEY_PREFIX": "projetedx",
"LOCATION": [
"localhost:11211"
]