mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3397] Dashboard freezes when accessing proxy details #2718
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2718
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 @manprint on GitHub (Apr 10, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3397
Bug Description
Hi @fatedier, when accessing the dashboard to view proxy details (when expanding entries) http, https, tcp the dashboard page freezes and you need to close the tab and reopen it.
Then, once the entries of the various proxies have been opened, they no longer close and there are errors in the browser console
I am attaching the error
frpc Version
0.48.0
frps Version
0.48.0
System Architecture
linux/amd64
Configurations
[common]
bind_port = 8100
vhost_http_port = 8976
vhost_https_port = 8977
max_pool_count = 500
subdomain_host = proxy.mydomain.link
authentication_method = token
token = mytoken
dashboard_port = 7500
dashboard_user = user
dashboard_pwd = password
[web]
type = http
type = https
Logs
Steps to reproduce
Affected area
@manprint commented on GitHub (Apr 23, 2023):
Hi @fatedier,
Thanks for the dashboard fix!
When will you release the fix? (maybe release 0.48.1)?
Thanks and good job!!!