mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3326] [bug]: Error: test: does not get device identifier Login.vue:266 #1105
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#1105
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 @Overbuiltx on GitHub (Sep 7, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3326
Is there an existing issue for this?
Current behavior
I run hoppscotch (aio + postgres) via prebuilt docker images.
The container stack is restricted with an outbound corporate firewall and is accessable by a httpd reverse proxy.
I did modify the aio Caddyfile, so one port exposes all the services - like so:
(I also tried the built in Caddyfile, same result)
Hoppscotch loads without errors, except for /admin, which gives me a 404.
If I login via Email I get the following error in the web console:
Steps to reproduce
Environment
Production
Version
Self-hosted
@lin-moeller commented on GitHub (Sep 7, 2023):
https://github.com/hoppscotch/hoppscotch/issues/3257
I don't know if this is exactly the same case here, but maybe if you read through and subscribe to this issue, you could get a solution that could be helpful for this bug as well.
@a-camacho commented on GitHub (Sep 10, 2023):
Same problem for me.
@LucaLHIND commented on GitHub (Sep 14, 2023):
Same problem for me.
@Francesko90 commented on GitHub (Oct 26, 2023):
I had same problem but I solved adding following env variable
VITE_BACKEND_API_URL=http://localhost:3170/v1
@balub commented on GitHub (Jan 11, 2024):
Subpath Access to services added in release
2023.12.0.