Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save flow 405 #5607

Closed
GitHub4LP opened this issue Nov 13, 2024 · 4 comments
Closed

Save flow 405 #5607

GitHub4LP opened this issue Nov 13, 2024 · 4 comments
Labels
Potential Bug User is reporting a bug. This should be tested.

Comments

@GitHub4LP
Copy link

Expected Behavior

Normal

Actual Behavior

save flow 405

Steps to Reproduce

api is./api/userdata/ workflows%2FUnsaved%20Workflow.json
but some proxy decodes %2f to /,
resulting in (./api/userdata/workflows/Unsaved%20Workflow.json) no API acceptable

Debug Logs

server respones 405

Other

/api/userdata/workflows api

@GitHub4LP GitHub4LP added the Potential Bug User is reporting a bug. This should be tested. label Nov 13, 2024
@huchenlei
Copy link
Collaborator

Fixed in #5620

@GitHub4LP
Copy link
Author

no completed @huchenlei

@ltdrdata
Copy link
Collaborator

no completed @huchenlei

If the same error persists, please create an issue on the front repo with a detailed log message, including version information.

https://github.com/Comfy-Org/ComfyUI_frontend

@VitalyShein
Copy link

@GitHub4LP just write in your proxy
proxy_pass http://127.0.0.1:7860; instead of proxy_pass http://127.0.0.1:7860/;
check this
https://serverfault.com/a/463932

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

No branches or pull requests

4 participants