I guess I need proxy the request from next, otherwise, the request will send from the browser to koa service, and the browser cannot visit the private network. Am I right?
I have set all of the service hosts to ipv6(::1), but it seems not to call kuai success by a private network.
And after I set host to ::1, the public service is also failed.