Hiddify-Manager icon indicating copy to clipboard operation
Hiddify-Manager copied to clipboard

Internal server error: Method Not Allowed

Open AlexFortune30 opened this issue 2 months ago • 0 comments

Internal Error Stacktrace:

Error Message: 405 Method Not Allowed: The method is not allowed for the requested URL.

Traceback (most recent call last):
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/flask/app.py", line 880, in full_dispatch_request
    rv = self.dispatch_request()
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/flask/app.py", line 854, in dispatch_request
    self.raise_routing_exception(req)
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/flask/app.py", line 463, in raise_routing_exception
    raise request.routing_exception  # type: ignore[misc]
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/flask/ctx.py", line 362, in match_request
    result = self.url_adapter.match(return_rule=True)  # type: ignore
  File "/opt/hiddify-manager/.venv313/lib/python3.13/site-packages/werkzeug/routing/map.py", line 624, in match
    raise MethodNotAllowed(valid_methods=list(e.have_match_for)) from None

Details:

Hiddify Version: 11.0.13 Python Version: 3.13.8 (main, Oct 10 2025, 12:48:21) [Clang 20.1.4 ] OS: Linux-6.8.0-31-generic-x86_64-with-glibc2.39 User Agent: Unknown

AlexFortune30 avatar Oct 15 '25 13:10 AlexFortune30