mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #1768] 🐛 [Bug] cypht/cypht:v2.5.0 contains script syntax error #705
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#705
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kevinend51 on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1768
🐛 Bug
It's shows up
Uncaught SyntaxError: Unexpected token '*'for site.jsVersion & Environment
Rev: cypht/cypht:v2.5.0
@IrAlfred commented on GitHub (Oct 30, 2025):
Thank you @kevinend51 for pointing this out, we will look into it.
@indridieinarsson commented on GitHub (Oct 30, 2025):
I also ran into this. Am running cypht from master (2.5.0 !!! :) ) standalone, through a docker image. Gui is showing up missing most of the components, e.g. the entire toolbar on the left, and the same error message as @kevinend51 reported.
I think this may be caused by the concatenation of 3rd party js components being faulty, probably that code should be adding a newline after adding bootstrap to site.js, and before adding cash to it.
I was able to fix this by adding a newline (an empty line simply) at the beginning of third_party/cash.min.js. This way, the comment at the beginning of cash.min.js starts at a newline in site.js, and the comment becomes valid again.
@kroky commented on GitHub (Oct 31, 2025):
@Shadow243 this one should fix it but is still in the selenium tests branch: https://github.com/cypht-org/cypht/pull/1760/commits/5becd6a868b9c52a689920ad21fe204c98620b11
@Shadow243 commented on GitHub (Oct 31, 2025):
Understood. I will create a PR specifically for that fix.
@IrAlfred commented on GitHub (Nov 10, 2025):
@marclaporte @kroky @Shadow243
When using Docker, this is a critical issue that needs to be fixed quickly.
I suggests to release version 2.5.1 immediately. What's your thoughts ?
@marclaporte commented on GitHub (Nov 10, 2025):
I agree
@IrAlfred commented on GitHub (Nov 10, 2025):
Cypht 2.5.1 has been released https://github.com/cypht-org/cypht/releases/tag/v2.5.1 and the docker image is now available here https://hub.docker.com/r/cypht/cypht/tags