mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4988] [bug]: no such file or directory, open '/dist/backend/dist/mailer/templates/user-invitation.hbs' #1896
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1896
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 @Pezhvak on GitHub (Apr 13, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4988
Is there an existing issue for this?
Current behavior
When i try to send an email i get this error in the logs
Steps to reproduce
Installed with helm-chart
Logs and Screenshots
Environment
Production
Hoppscotch Version
Self-hosted
Interceptor
Not Applicable - Issue not related to network requests
Browsers Affected
No response
Operating System
Linux
Additional Information
I used helm chart, everything is working expect the email provider.
@Pezhvak commented on GitHub (Apr 13, 2025):
I've used older docker image
hoppscotch/hoppscotch:2024.3.as mentioned here #3949 and it works, the weird thing is that this tag is one year old and at the time it supposed to address an issue which was happening before, it seems the issue is returned at some point.@Pezhvak commented on GitHub (Apr 13, 2025):
After adding missing templates under
/dist/backend/dist/mailer/templatesinside the docker image the issue will be fixed, it seems something is wrong with the dockerfile. it does not fix the issue since if container gets destroyed it will revert to not having these files.@liyasthomas commented on GitHub (Apr 13, 2025):
@Pezhvak, this issue has been resolved in the latest release. Please upgrade to the latest version.
@Pezhvak commented on GitHub (Apr 13, 2025):
@liyasthomas I'm using the latest version:
hoppscotch/hoppscotch:2025.3.1 released 3 days ago.
Closing prior to knowing this causes opening another issue to resolve the issue.
@Pezhvak commented on GitHub (Apr 13, 2025):
Thanks for reopening this, inspecting files inside the container these template files are missing. Adding them manually fixes the issue.
I can help out by creating an pr if that makes it fix faster.