Uncaught Error: You are trying to use Xata from the browser, which is potentially a non-secure environment. If you understand the security concerns, such as leaking your credentials, pass `enableBrowser: true` to the client options to remove this error.app/page.ts or app/api/route.ts rather than something like component/component.ts. Basically the code needs to be run on the server, not the clientapp/page.tsapp/api/route.tscomponent/component.ts