microsoft / oxa-tools

Open edX on Azure Tools
MIT License
37 stars 99 forks source link

couldn't register new user #332

Closed lidorcg closed 6 years ago

lidorcg commented 6 years ago

Hello, yesterday I've installed an instance using the following run: $ ./onebox.sh -b stable

I've managed to sign-in with the admin and the site looks good.

When I tried to register a new user I came across this:

screenshot from 2018-05-15 11-40-46

although I've inserted all the required fields it still shows me this message.

This the log file from the LMS:

May 15 01:19:58 edx-dev [service_variant=lms][django.request][env:sandbox] ERROR [edx-dev  6292] [base.py:256] - Internal Server Error: /account/get_cookies
May 15 01:30:24 edx-dev [service_variant=lms][root][env:sandbox] ERROR [edx-dev  6305] [exceptions.py:16] - Uncaught exception from <class 'django.core.handlers.wsgi.WSGIHandler'>
May 15 01:30:24 edx-dev [service_variant=lms][django.request][env:sandbox] ERROR [edx-dev  6305] [base.py:256] - Internal Server Error: /account/get_cookies
May 15 01:30:28 edx-dev [service_variant=lms][root][env:sandbox] ERROR [edx-dev  6293] [exceptions.py:16] - Uncaught exception from <class 'django.core.handlers.wsgi.WSGIHandler'>
May 15 01:30:28 edx-dev [service_variant=lms][django.request][env:sandbox] ERROR [edx-dev  6293] [base.py:256] - Internal Server Error: /account/get_cookies

And this is the log from the console:

screenshot from 2018-05-15 12-02-58

I hope I was useful and this is not some dumb operation problem

eltoncarr commented 6 years ago

It is highly recommended to use our STAMP setup instead. The onebox solution is primarily for development purposes. Having established that, Please make sure you have full HTTPs only configuration. From the log snippets, there are references to loading some assets via HTTP as opposed to HTTPs