Images broken after upgrade
Hi, before Sep upgrade images used to look like this:
This links explains how my app works:
Now they are broken and are appearing like below.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi, before Sep upgrade images used to look like this:
This links explains how my app works:
Now they are broken and are appearing like below.
Hi Anil,
Have you inspected image component in browser dev.tools? Could you please show us the result screenshot?
Hello!
I was trying to access your app using this link http://appery.io/app/mobile-frame?src..., but it didn't work.
Could you clarify what link should we use to reproduce the problem?
The process for reproducing the error is:
Please access the web app on http://appery.io/app/view/177c5783-d9...
First screen will ask you to sign in using facebook. Pls go ahead and sign-in using your FB login details.
Since you will be using the app for the first time, app will ask you to enter a valid mobile no. Pls use 9123456789 and press "check" button.
App will now ask for an OTP. Pls type "start" without inverted commas and press "Register" button. .
On the next "Home" screen, you will see dummy data containing your details, your offers and your notifications. Click on one of the offers.
This will take you to next "offers" screen. Here you will see broken images.
When you login next time using the same FB login details, you will straight goto "Home" screen
Hi Anil,
This page is displayed properly for us. Could you please try clearing cache?
Hi Anil,
It's probably JS for mapping link has been broken when app migrate to new builder.
Here is solution to fix this problem:
1 Open page "Offers_Prepaid" in "data" mode.
2 Open "read" service "success" mapping.
3 Find link from "image" response parameter to "offer_image" image component.
4 Click "JS" and populate JS editor with following code:
pre
return Appery.getImagePath(value);
/pre
That's all.
Regards.
Thanks Yurii. I always save my time with your solutions.