What happened?
Expected: Clicking "Generate My Projects" should display project recommendations.
Actual: Nothing happens after clicking the button. Browser console shows:
"Uncaught SyntaxError: Unexpected end of input (script.js:958)"
This prevents project generation and related functionality from working properly.
Steps to reproduce
- Open http://127.0.0.1:5000
- Select any skill, experience level, interest, and time availability
- Click "Generate My Projects"
- Observe that no project recommendations are displayed
- Open browser console (F12) and notice:
"Uncaught SyntaxError: Unexpected end of input (script.js:958)"
Expected behaviour
After clicking "Generate My Projects", the application should display recommended project cards based on the selected filters without any JavaScript errors.
Area of the app affected
Homepage form
Python version
3.10
Operating system
Windows 11
Relevant error output or logs
Uncaught SyntaxError: Unexpected end of input
at script.js:958
Before submitting
What happened?
Expected: Clicking "Generate My Projects" should display project recommendations.
Actual: Nothing happens after clicking the button. Browser console shows:
"Uncaught SyntaxError: Unexpected end of input (script.js:958)"
This prevents project generation and related functionality from working properly.
Steps to reproduce
"Uncaught SyntaxError: Unexpected end of input (script.js:958)"
Expected behaviour
After clicking "Generate My Projects", the application should display recommended project cards based on the selected filters without any JavaScript errors.
Area of the app affected
Homepage form
Python version
3.10
Operating system
Windows 11
Relevant error output or logs
Before submitting