Abp: Auto API Problem in Tiered Startup Template

Created on 14 Oct 2019  路  5Comments  路  Source: abpframework/abp

Hi all,
I selected tiered startup template and MVC. I have made improvements by following the documentation, but the API that should be created automatically does not work on me.
(You can review this link)
I cannot access Javascript functions. Why is this possible? How can I fix ? Thank you.

Best regards.

Most helpful comment

All 5 comments

but the API that should be created automatically does not work on me.

Can you describe it in detail?
What are the steps to reproduce the problem?

Thanks for your reply. I created application service interfaces and implementations, dtos, mappings. I prepared mvc page but there is no my entity in dynamic javascript. I didn't do anything else. If you want to review this project you can use https://github.com/KatmerTeam/Wenitor.Backend
Best regards.

@mypolat
What are the steps to reproduce the problem? : )

JavaScript proxies not working. When I test in the Google development tool, I get the error in the image below.

There is no problem with the "app" application template; JavaScript proxies works. I get an error when I create a "tiered" application template. When MVC, WEBAPI, IdentyServer runs separately.

katmer.wenitor.targetSource.getList({}).done(function (result) { console.log(result); });

image

image

image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SmallShrimp picture SmallShrimp  路  3Comments

hitaspdotnet picture hitaspdotnet  路  3Comments

Trojaner picture Trojaner  路  3Comments

mehdihadeli picture mehdihadeli  路  3Comments

wocar picture wocar  路  3Comments