0👍
I met the same issue. Now fixed with adding pathRewrite to proxyTable config, like
{
......,
pathRewrite:{
'^/api':""
}
}
I don’t know why I need this, but it works for me.
Source:stackexchange.com
0👍
I met the same issue. Now fixed with adding pathRewrite to proxyTable config, like
{
......,
pathRewrite:{
'^/api':""
}
}
I don’t know why I need this, but it works for me.