Ajax LiveSearch in CakePHP 4

I´m trying to implement a databased search in my application.
For CakePHP 3.xx i found a working example
https://github.com/pitocms/cake-3-ajax-search

But i can´t get it running on CakePHP4.
At the Moment i get a XHR Error in my browser Console.

Can anyone help me?