Hi @miguelaeh,
Thanks for your helps. Here's apache logs.
Access Logs:
10.34.10.85 - - [07/Oct/2019:14:14:16 +0700] "GET /login?next=%2F HTTP/1.1" 200 11093
10.34.10.85 - - [07/Oct/2019:14:14:17 +0700] "GET /auth/login/google-oauth2/?auth_entry=login&next=%2F HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/?state=uQ9Ew6LVy8X88j35zhLAqZCLceA1lAlP&code=4%2FrwFoLNEdUkyFhlzca3ztyNUCHfPf95jcfW7OBPrlN8HjTQ5a0nwddZileT6Ul9FPXBIwG4dUs0K1x0p2Wr_exbk&scope=email+profile+openid+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&authuser=1&session_state=7618038b495a69c92d9311cf04d2b408ceaf7c1b..0167&prompt=none HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
10.34.10.85 - - [07/Oct/2019:14:14:20 +0700] "GET /auth/complete/google-oauth2/? HTTP/1.1" 302 -
Error Logs
root@openedx:/opt/edx-ironwood.1-0# tail /opt/edx-ironwood.1-0/apache2/logs/error_log
[Wed Oct 09 09:03:23.486811 2019] [:error] [pid 15091] Traceback (most recent call last):
[Wed Oct 09 09:03:23.486814 2019] [:error] [pid 15091] File "/opt/edx-ironwood.1-0/apps/edx/edx-platform/openedx/core/djangoapps/site_configuration/models.py", line 55, in get_value
[Wed Oct 09 09:03:23.486817 2019] [:error] [pid 15091] return self.values.get(name, default)
[Wed Oct 09 09:03:23.486819 2019] [:error] [pid 15091] AttributeError: 'NoneType' object has no attribute 'get'
[Wed Oct 09 09:03:23.491724 2019] [:error] [pid 15091] 2019-10-09 09:03:23,491 ERROR 15091 [openedx.core.djangoapps.site_configuration.models] models.py:57 - Invalid JSON data.
[Wed Oct 09 09:03:23.491736 2019] [:error] [pid 15091] ['NoneType' object has no attribute 'get']
[Wed Oct 09 09:03:23.491739 2019] [:error] [pid 15091] Traceback (most recent call last):
[Wed Oct 09 09:03:23.491742 2019] [:error] [pid 15091] File "/opt/edx-ironwood.1-0/apps/edx/edx-platform/openedx/core/djangoapps/site_configuration/models.py", line 55, in get_value
[Wed Oct 09 09:03:23.491745 2019] [:error] [pid 15091] return self.values.get(name, default)
[Wed Oct 09 09:03:23.491748 2019] [:error] [pid 15091] AttributeError: 'NoneType' object has no attribute 'get'
root@openedx:/opt/edx-ironwood.1-0# tail -f /opt/edx-ironwood.1-0/apache2/logs/error_log
[Wed Oct 09 09:03:23.486811 2019] [:error] [pid 15091] Traceback (most recent call last):
[Wed Oct 09 09:03:23.486814 2019] [:error] [pid 15091] File "/opt/edx-ironwood.1-0/apps/edx/edx-platform/openedx/core/djangoapps/site_configuration/models.py", line 55, in get_value
[Wed Oct 09 09:03:23.486817 2019] [:error] [pid 15091] return self.values.get(name, default)
[Wed Oct 09 09:03:23.486819 2019] [:error] [pid 15091] AttributeError: 'NoneType' object has no attribute 'get'
[Wed Oct 09 09:03:23.491724 2019] [:error] [pid 15091] 2019-10-09 09:03:23,491 ERROR 15091 [openedx.core.djangoapps.site_configuration.models] models.py:57 - Invalid JSON data.
[Wed Oct 09 09:03:23.491736 2019] [:error] [pid 15091] ['NoneType' object has no attribute 'get']
[Wed Oct 09 09:03:23.491739 2019] [:error] [pid 15091] Traceback (most recent call last):
[Wed Oct 09 09:03:23.491742 2019] [:error] [pid 15091] File "/opt/edx-ironwood.1-0/apps/edx/edx-platform/openedx/core/djangoapps/site_configuration/models.py", line 55, in get_value
[Wed Oct 09 09:03:23.491745 2019] [:error] [pid 15091] return self.values.get(name, default)
[Wed Oct 09 09:03:23.491748 2019] [:error] [pid 15091] AttributeError: 'NoneType' object has no attribute 'get'
Thank you
