Hello,
I’ve been struggling with this for over a week now. I have finished and did RUN THE TEST - PASSED, and the moment I get to the SUBMIT AND GO TO THE NEXT CHALLENGE, my problems start. This button for some reason doesn’t allow me to finish this challenge and complete my certification.
I’ve tried clicking on it and tried the shortcut CRTL+ ENTER, but nothing works, basically doesn’t respond to anything. If you can help me in any way, would appreciate it.
It is a bug.
opened 08:32PM - 24 Jun 23 UTC
type: bug
scope: curriculum
### Describe the Issue
When completing the RWD portfolio certificate challenge … and clicking "Go to next challenge" (or using Ctrl + Enter) an error is thrown in the browser console and it does not advance to the next challenge. I have _not_ tested this as signed-in or with other certificate challenges.
> Uncaught TypeError: Cannot read properties of null (reading 'includes')
Code that throws
https://github.com/freeCodeCamp/freeCodeCamp/blob/prod-current/client/src/templates/Challenges/redux/completion-epic.js#L209
```
const isNextChallengeInSameSuperBlock = nextChallengePath.includes(superBlock);
```
PR that introduced the code
https://github.com/freeCodeCamp/freeCodeCamp/pull/50033
It was changed again here (not in prod)
https://github.com/freeCodeCamp/freeCodeCamp/pull/50011
Didn't look into it more.
### Affected Page
https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-personal-portfolio-webpage
### Your code
```
```
### Expected behavior
To work?
### Screenshots
_No response_
### System
- Device: [e.g. iPhone 6, Laptop]
- OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04]
- Browser: [e.g. Chrome, Safari]
- Version: [e.g. 22]
### Additional context
Forum thread: https://forum.freecodecamp.org/t/responsive-web-design-projects-build-a-personal-portfolio-webpage-is-complete-but-doesnt-submit/618254
There is a PR that should fix it.