Closed
Description
p5.js version
No response
What is your operating system?
Mac OS
Web browser and version
Firefox@126.0.1, Chrome@125.0.6422.142, Safari@latest
Actual Behavior
In the web editor https://editor.p5js.org, when I click on "Sign Up", I get taken to https://editor.p5js.org/signup which renders a blank page.
There is a React Error in the console.
On Chrome, the error is:
TypeError: Cannot read properties of undefined (reading 'createElement')
at SignupForm.jsx:156:19
at react-final-form.es.js:710:12
at ea (react-dom.production.min.js:153:146)
at ja (react-dom.production.min.js:173:192)
at ks (react-dom.production.min.js:265:425)
at Su (react-dom.production.min.js:246:265)
at Eu (react-dom.production.min.js:246:194)
at gu (react-dom.production.min.js:239:172)
at react-dom.production.min.js:123:115
at t.unstable_runWithPriority (scheduler.production.min.js:19:467)
Expected Behavior
Presumably there should be a signup page?
If signup is not currently possible, maybe a message could be there, explaining this.
Steps to reproduce
Steps:
- Ensure you are not logged into the web editor (open an incognito window)
- Go to https://editor.p5js.org/signup
Notes
I was able to sign up through GitHub by using 'Sign In' instead of 'Sign Up'