Use this guide to quickly narrow down a problem and find the right help article.
Code will not run
- Is there a red error message in the console?
- Yes, it mentions a specific line → Check for typos, missing brackets, or undefined variables on that line. See Common issues.
- Yes, it says "Babel/React is still loading" → Wait a few seconds and click Run again.
- No error, but nothing happens → Make sure your function is called and that you did not delete starter code the tests rely on.
- Still stuck? Ask in the Community Forum.
Tests fail
- Read the failing test message carefully. It usually tells you the expected value.
- Compare your output with the expected output.
- Check that your function names and argument order match the instructions.
- Use the Hint button for targeted clues, or a solution hint when available.
Preview panel is blank
- Make sure the Preview tab is active, not Console.
- Confirm the lesson has an
htmlfile selected. - For React/TypeScript previews, wait for Babel and React to load, then click Run.
- Check the browser console for JavaScript errors.
I cannot sign in
- Verify your email and password. Passwords are case-sensitive.
- If you use GitHub OAuth, make sure you are signed in to the correct GitHub account.
- Try a different browser or clear cookies for nextdeveloper.com.
- If you forgot your password, use the Forgot password link on the Auth page.
My progress is missing
- Progress is tied to your account. Make sure you are signed in with the same email you used before.
- Lesson progress is not saved while you are signed out. Sign in before you start a lesson to keep your work synced across devices.
- Free users keep progress across sessions after signing up.
Need more help?
- Read Common issues.
- Post in the Community Forum.
- Email hello@nextdeveloper.com.