mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #507] [BUG] NoJS Links "jinja2.exceptions.UndefinedError: 'translation' is undefined" #328
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#328
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 @gripped on GitHub (Oct 28, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/507
Clicking a NoJS Link on my private instance results in an Internal server error. I know this CAN work as it's working on one of your listed public instances( which allowed config changes to enable the NoJS). The error:
If I edit the offending part of display.html to
<a id="gh-link" href="https://github.com/benbusby/whoogle-search">View on GitHub</a>,removing the translation, it works.To Reproduce
Steps to reproduce the behavior:
Deployment Method
Manual
Clean, just reinstalled
Nginx proxy
debian 11 on a vps.
Version of Whoogle Search
GitHub
Additional context
This has never worked for me for as long as I can remember. But I only took a look today after playing with #276
I suspect it's maybe related to the deployment method but IDK ?
No big deal for me but I thought I should let you know.
My Nginx conf
The full error log
@benbusby commented on GitHub (Oct 29, 2021):
Thanks for reporting! Should be fixed now.