Open Closed

Crud page generated by abp suite 2.3.0 is not worked! #71


User avatar
0
zony created

Crud page generated by abp suite 2.3.0 is not worked!

The solution is created by cli: abp new Test.MVC -t app-pro -u mvc.

It can build and run successful, but the page is not worked.

The google chrome console has one error:

Uncaught TypeError: Cannot read property 'books' of undefined
    at HTMLDocument. (index.js?_v=637210729708708542:5)
    at mightThrow (jquery.js?_v=637209671264387665:3534)
    at process (jquery.js?_v=637209671264387665:3602)

crud page can not work.png


1 Answer(s)
  • User Avatar
    1
    alper created
    Support Team Director

    Hi,

    This is a bug and it has been fixed in the next version v2.4.0 on April 3, 2020.
    The workaround is; replace the marked linke with the below in index.js

    window.myBookStore.books.book
    

    image.png

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10