mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4921] Backend Server | URIError: URI malformed #1854
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#1854
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 @marcellocello on GitHub (Mar 20, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4921
Originally assigned to: @mirarifhasan on GitHub.
I tried to install hoppscotch on self hosted and got the following error "Backend Server | URIError: URI malformed", I am using Ubuntu 24.04.2 LTS
.env file, mailer section:
logs:
@mirarifhasan commented on GitHub (Mar 21, 2025):
@marcellocello
After inspecting the logs, it looks like you initially used a simpler mailer configuration:
Later on, it seems you updated your .env file. However, since our backend is designed to retain previous configurations, this is likely causing the error.
If you can provide us with the previously used
MAILER_SMTP_URL, we can try to reproduce the issue on our end.In the meantime, a quick fix would be:
InfraConfigtable in the database and delete a row wherename = MAILER_SMTP_ENABLE.@marcellocello commented on GitHub (Mar 21, 2025):
thanks for your response and help. now the application can be run, however, when I click Login an error appears "Unable to load auth providers". I have setup Microsoft Auth in .env file
and this is when I access port 3100
@mirarifhasan commented on GitHub (Mar 21, 2025):
@marcellocello
Can you provide the browser's network log?
Also, if any errors occur, please provide the Docker container logs.