No pictures in First Touch App

Hi,

I finally got everything up and running. The first touch application was build and successfully uploaded. The responsive web app works and displays all the documents from the Notes database.
The only thing that does not work is the preview for the pictures of the recipes in the web app. All recipes have the same default picture.

The pictures are saved as file attachments in the Notes documents. Where should I start debugging?

Best Julian

replying for Art who is having Forum issues replying directly himself:

Can you toggle on the browser's developer tools -> console and see if there are errors listed in the console? I don't think you'll need to reload the page, but please try that if you don't have any warnings or errors in the console. Same goes for network tab.

We could also review the DRAPI logs and perhaps the Middleware console log. If you want first gather the console and network details (screen shots may be easiest) and then we can come back and take a look at the server side logs.

for reference, the DRAPI logs can be viewed with kubectl command like this:

kubectl logs domino-keep-cf8bdf45-4wfst -n mxgo -c restapi-log

but use the correct pod name (kubectl get pods -n mxgo | grep domino).

Similar for middleware app, but get the pod name for that with `kubectl get pods -n mxgo | grep integration`. Logs can be saved to a file with something like `kubectl logs -n mxgo voltmx-foundry-integration-6f4f769d64-jqwsm > integration.log`

Hi Julian, I believe this is due to the fact that the correct binary mappings are not being generated in the FirstTouchRecipesObj Object Service. This will be fixed in the next Early Release update.