[GH-ISSUE #4022] [bug]: SyntaxError: Unterminated closing brace #1423

Closed
opened 2026-03-16 20:17:47 +03:00 by kerem · 2 comments
Owner

Originally created by @T00rk on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4022

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

Frontend is not loading and Chrome console shows the following error

SyntaxError: Unterminated closing brace
    at cv (message-compiler.esm-browser.js:99:19)
    at d (message-compiler.esm-browser.js:223:25)
    at le (message-compiler.esm-browser.js:713:21)
    at Ce (message-compiler.esm-browser.js:808:20)
    at Object.ce [as nextToken] (message-compiler.esm-browser.js:855:16)
    at l (message-compiler.esm-browser.js:942:19)
    at y (message-compiler.esm-browser.js:1080:37)
    at b (message-compiler.esm-browser.js:1128:25)
    at Object.S [as parse] (message-compiler.esm-browser.js:1143:21)
    at dLe (message-compiler.esm-browser.js:1533:24)

runtime-core.esm-bundler.js:226 

Steps to reproduce

1 - Open hoppscotch self hosted instance

Environment

Production

Version

Self-hosted

EDIT: It also happens on https://hoppscotch.io

Originally created by @T00rk on GitHub (Apr 30, 2024). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4022 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Frontend is not loading and Chrome console shows the following error ```javascript SyntaxError: Unterminated closing brace at cv (message-compiler.esm-browser.js:99:19) at d (message-compiler.esm-browser.js:223:25) at le (message-compiler.esm-browser.js:713:21) at Ce (message-compiler.esm-browser.js:808:20) at Object.ce [as nextToken] (message-compiler.esm-browser.js:855:16) at l (message-compiler.esm-browser.js:942:19) at y (message-compiler.esm-browser.js:1080:37) at b (message-compiler.esm-browser.js:1128:25) at Object.S [as parse] (message-compiler.esm-browser.js:1143:21) at dLe (message-compiler.esm-browser.js:1533:24) runtime-core.esm-bundler.js:226 ``` ### Steps to reproduce 1 - Open hoppscotch self hosted instance ### Environment Production ### Version Self-hosted **EDIT:** It also happens on https://hoppscotch.io
kerem 2026-03-16 20:17:47 +03:00
Author
Owner

@joeljstephen commented on GitHub (May 1, 2024):

@T00rk This issue was most probably caused by a misconfigured i18n file. The fix for this has been merged in the latest release build (2024.3.2). Can you verify if this issue is resolved in the latest build?

<!-- gh-comment-id:2087878798 --> @joeljstephen commented on GitHub (May 1, 2024): @T00rk This issue was most probably caused by a misconfigured i18n file. The fix for this has been merged in the latest release build (`2024.3.2`). Can you verify if this issue is resolved in the latest build?
Author
Owner

@T00rk commented on GitHub (May 1, 2024):

That's strange because I got this error when I set hoppscotch/hoppscotch-frontend:latest. Setting hoppscotch/hoppscotch-frontend:2024.3.2 resolves the issue.

<!-- gh-comment-id:2088042088 --> @T00rk commented on GitHub (May 1, 2024): That's strange because I got this error when I set `hoppscotch/hoppscotch-frontend:latest`. Setting `hoppscotch/hoppscotch-frontend:2024.3.2` resolves the issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1423
No description provided.