当我安装Webpack时,出现以下返回错误。
2bundle.js:1无法加载资源:服务器以404(未找到)状态响应 localhost /:1拒绝从'http://localhost:3000/bundle.js'执行脚本,因为它的MIME类型('text / html')无法执行,并且启用了严格的MIME类型检查。
if (claimsIdentity != null)
{
string userName = claimsIdentity.Name;
//or
userName = claimsIdentity.FindFirst(ClaimTypes.Name).Value;
}
};