If your application is hosted in Catalyst, then you can use the download link of the file itself to render the same in your Web Client. For Example : <img src=“/baas/v1/project/1611000000****/folder/1611000000012142/file/16110000000*****/download> ...
You need to set the redirection URL in your application in your client-package.json file in order to redirect your application to that page after login. You can find the help documentation for the same here.
You need to add the domain from which you are calling your function in the Authorised Domains section present in Authentication Tab of the Catalyst Web Console. Kindly add your domain in the mentioned location and enable CORS and iFrame which will ...
As of now, you need to have a relation between two tables you are trying to join in ZCQL and the absence of this has caused you the issue. The condition that has to be used in a join query must be the ROWID of the first table to the foreign key of ...