mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4574] 超神奇BUG 只要反向代理内网部署的tooljet,所有frp代理的其他网站全部报错 refused to execute script because its MIME type ('text/html') #3618
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#3618
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 @maogeigei on GitHub (Dec 5, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4574
Bug Description
环境


1:公网服务器:安装frps 配置 vhostHTTPPort = 809 vhostHTTPSPort = 4439(nginx占用80和443)由nginx部署的网页转发请求到 proxy_pass http://127.0.0.1:809 实现请求frp
2:内网服务器:安装frpc 配置 proxies type=http 到内网部署的tooljet(低代码网站搭建工具)127.0.0.1
3:通过域名访问内网tooljet 立马报错 refused to execute script because its MIME type ('text/html')
4:同时所有通过这个frp反向代理的其他网页无法正常打开 并且包相同的错
tooljet的网站
这是另一个网站
最神奇的是就算是吧所有frp nging docker 重启关闭,报错依然继续,清空浏览器缓存,重启机器都没用
只有一个办法能解决就是修改端口号809改为别的比如810,但是只要改回809这个现象依然持续,vhostHTTPPort = 809 不能用了只要改回来就报错,你说神奇不
frpc Version
0.61.0
frps Version
0.61.0
System Architecture
ubuntu24
Configurations
--
Logs
No response
Steps to reproduce
...
Affected area
@maogeigei commented on GitHub (Dec 5, 2024):
调试了一会目测是nginx的问题,删除nginx重新安装解决