Running serverless endpoint locally
Hi,
I'm trying to run locally, but can't find a solution in documentation. I tried running handler with docker and outside docker.
running with
running with
Is there some other sources I can look to solve this?
Have a nice day!
Mateusz
I'm trying to run locally, but can't find a solution in documentation. I tried running handler with docker and outside docker.
running with
--rp_serve_apiERROR: [Errno 99] error while attempting to bind on address ('::1', 8000, 0, 0): cannot assign requested addressrunning with
--rp_serve_api --rp_api_host='0.0.0.0' exits with error:ERROR: [Errno -2] Name or service not knownIs there some other sources I can look to solve this?
Have a nice day!
Mateusz
