Skip to content

[Bug]: Generate My Projects button not working due to JavaScript SyntaxError #416

@jayapattar20-tech

Description

@jayapattar20-tech

What happened?

Expected: Clicking "Generate My Projects" should display project recommendations.

Image

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

  1. Open http://127.0.0.1:5000
  2. Select any skill, experience level, interest, and time availability
  3. Click "Generate My Projects"
  4. Observe that no project recommendations are displayed
  5. 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

  • I searched existing issues and this has not been reported before.
  • I can reproduce this bug consistently with the steps above.
  • I am running the latest version of the main branch.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions