-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Which version of Nextcloud are you using?
32.0.5
Which version of PHP context_chat are you using?
5.2.0
Which version of backend context_chat are you using?
5.2.0
Nextcloud deployment method?
bare-metal on Fedora
Describe the Bug
When context_chat_backend attempts to start up it appears to be hard-coded to use port 5000.
I already use port 5000 for another service.
Checking the compose.yaml file I could not find a place to re-configure this.
How can this be changed?
To Reproduce
- Have another service running on port 5000.
- Install context_chat_backend.
PHP logs (Warning these might contain sensitive information)
No response
Ex-App logs (Warning these might contain sensitive information)
Relevant bits:
INFO: Started server process [186]
INFO: Waiting for application startup.
INFO: Application startup complete.
ERROR: [Errno 98] error while attempting to bind on address ('::1', 5000, 0, 0): address already in use
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
Server logs (if applicable)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working