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

plugins error, nginx proxy subpath like example.com/comfyui #4534

Open
choigawoon opened this issue Aug 22, 2024 · 5 comments
Open

plugins error, nginx proxy subpath like example.com/comfyui #4534

choigawoon opened this issue Aug 22, 2024 · 5 comments
Labels
User Support A user needs help with something, probably not a bug.

Comments

@choigawoon
Copy link

Your question

I'd like to serve ComfyUI at a subpath of my domain, such as myexample.com/comfyui. However, I encountered issues with the Nginx configuration, which seems to be related to certain plugins.

Is this issue related to a specific plugin or is it something that needs to be addressed within ComfyUI itself? Any assistance would be appreciated.

image

Logs

No response

Other

#867

@choigawoon choigawoon added the User Support A user needs help with something, probably not a bug. label Aug 22, 2024
@choigawoon
Copy link
Author

It would be beneficial if plugin developers were required to ensure their code works with subpaths as well, provided that ComfyUI supports this feature.

@GitHub4LP
Copy link

2024/9/30 not OK

@bigcat88
Copy link
Contributor

Today I encountered the same problem, need to serve ComfyUI from /comfy subpath.

For errors like this:

"GET /scripts/app.js HTTP/1.1" 404
"GET /scripts/api.js HTTP/1.1" 404
"GET /scripts/ui.js HTTP/1.1" 404

we should ask @huchenlei to take a look if he has time... or create an issue directly in the ComfyUI_frontend repository.

For errors related to custom nodes like kjweb_async, we should create issues in their repositories, imho.

@lupsin
Copy link

lupsin commented Jan 10, 2025

we trying to setup ComfyUI on remote server and constantly getting errors in UI when trying to save workflows with 405 Method Not Allowed error. does anyone have a clue how to fix that?

@bigcat88
Copy link
Contributor

we trying to setup ComfyUI on remote server and constantly getting errors in UI when trying to save workflows with 405 Method Not Allowed error. does anyone have a clue how to fix that?

This PR should fix that: #6376, but it needs linked frontend changes, we faced the same issues as you but a little bit earlier =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

No branches or pull requests

4 participants