首页 > 解决方案 > ABP API 已损坏(无法读取未定义的属性“应用程序”)

问题描述

我在 MVC5 结构下使用 ASP BOILER PLATE 模板。在这里,我在登录页面中遇到异常,例如:

GET http://localhost:8081/api/AbpServiceProxies/GetAll?v=637329960929431434 net::ERR_ABORTED 500 (Internal Server Error)

登录系统后,我在控制台中遇到错误:

Uncaught Error: Invalid dimensions for plot, width = null, height = null
    at Canvas.resize (jquery.flot.js:135)
    at new Canvas (jquery.flot.js:114)
    at setupCanvases (jquery.flot.js:1313)
    at new Plot (jquery.flot.js:707)
    at Function.$.plot (jquery.flot.js:3146)
    at initRealTimeChart (Index.js:20)
    at HTMLDocument.<anonymous> (Index.js:12)
    at fire (jquery.js:3182)
    at Object.fireWith [as resolveWith] (jquery.js:3312)

我不能做任何 CRUD 操作....有谁知道解决方案?

标签: aspnetboilerplate

解决方案


推荐阅读