Hi,
I have a little trouble with "javascript service proxy".
Data from ~/api/AbpServiceProxies/GetAll?type=angular is empty.
I didn't change header,layout cshtml files yet.
How to debug/troubleshoot that?
2 Answer(s)
-
0
Have you checked logs if there is an error log?
-
0
There are some warnings.
WARN 2016-05-30 13:12:22,736 [6 ] Abp.Logging.LogHelper - ISettingStore is not implemented, using DefaultConfigSettingStore which does not support GetAllListAsync. WARN 2016-05-30 13:12:22,771 [6 ] Abp.Logging.LogHelper - ISettingStore is not implemented, using DefaultConfigSettingStore which does not support GetAllListAsync.
I compared logs with example project
DEBUG 2016-05-30 13:17:43,969 [1 ] Default - Dynamic web api controller is created for type 'SimpleTaskSystem.Tasks.ITaskAppService' with service name 'test1/task'. DEBUG 2016-05-30 13:17:43,971 [1 ] Default - Dynamic web api controller is created for type 'SimpleTaskSystem.People.IPersonAppService' with service name 'test1/person'.
I don't see similar lines in my log.
DynamicApiControllerBuilder is not working?
//
I managed to solve the problem.
I didn't make interface public :oops: