Closed slee172 closed 3 years ago
@Reasat Oh, this is not a trivial issue because RedisDB uses its own port (but you are trying to use 8880 port). I think the best way you can do is changing from "localhost:8880" to "localhost" in "settings.py", and then use your port to 80 instead of 8880. HistomicsML uses "localhost" as a parameter in the front-end program and sends it to the back-end program. So, if we modify the port, it could affect both the front-end and the back-end programs. From my experience, one solution to this issue is to stop your current 80 port and use it for HistomicsML.
I did that but it is still throwing an error
Originally posted by @Reasat in https://github.com/CancerDataScience/HistomicsML2/issues/66#issuecomment-724982446