Closed
Description
p5.js version
1.6.0
What is your operating system?
Mac OS
Web browser and version
114.0.5735.198 (Official Build) (arm64)
Actual Behavior
Originally found by @lindapaiste with added details and a potential solution.. The content of this issue is based off of her comment.
Currently there is a 500 internal server error when logging out on localhost from the http://localhost:8000/editor/logout
API endpoint.
Expected Behavior
Error does not appear on logout.
Steps to reproduce
Steps:
- Ensure that you've logged into your account for the p5.js Web Editor.
- Logout by clicking on the dropdown menu on the upper-right corner, and then click on "Log Out".
- (I am using Chrome DevTools) Open your browser's Developer Tools and make sure you're in the "Console" panel, which is where the error will appear.