A blank page suggests an error, first thing ever to do is open the browser console (F12 in most browsers), refresh the page and see what you get in the network request and console. There you have more information: HTTP status code, request headers, response headers, etc..
Note that if you are using TXDataServer
component, you have to enable the Automatic CRUD endpoints using the DefaultEntityPermissions
property of the component.