xiaoyaos When starting a service and binding a port using other Http frameworks, an error may occur, but it will not occur when starting and using Flask.
xiaoyaos I successfully ran Flask with Passenger, and I understand that using Passenger does not require an additional port, but the HTTP service needs to be specified with a port. How should I handle running with Passenger? @admin
xiaoyaos admin Yeah, I was able to successfully deploy my Flask application by referring to the documentation, but now I'm getting errors when starting up with a different HTTP framework. socket.bind() ermissionError: [Errno 1] Operation not permitted
admin xiaoyaos Could you clarify which website address you're referring to so I can assist you more accurately?