oppia: Unable to visit the edit page for a public exploration when logged out
This error occurred recently in production
Traceback (most recent call last):
File "/layers/google.python.pip/pip/lib/python3.8/site-packages/webapp2.py", line 604, in dispatch
return method(*args, **kwargs)
File "/workspace/core/controllers/acl_decorators.py", line 254, in test_can_play
return handler(self, exploration_id, **kwargs)
File "/workspace/core/controllers/editor.py", line 173, in get
assert self.user_id is not None
AssertionError
Steps to reproduce
- Go to https://www.oppia.org/create/K645IfRNzpKy without signing in.
- See error
A signed out user should be able to view the edit page of the lesson if it is public.
About this issue
- Original URL
- State: open
- Created a year ago
- Comments: 24 (18 by maintainers)
Commits related to this issue
- Fix #18370 : Unable to visit the edit page for a public exploration when logged out — committed to AFZL210/oppia by AFZL210 4 months ago
- Fix #18370: Unable to visit the edit page for a public exploration when logged out — committed to AFZL210/oppia by AFZL210 4 months ago
Sure will keep that in mind, and I’ll pick this and probably make a PR before 20th Feb.
Hi @HardikGoyal2003 The error provided by kevin are server error. You need to see the console error and also get help from the error provided by kevin. Thanks!