I have a screen that contains 3 listings, all of the attributes in the listing are text except one attribute is image.
max records in each listing is 16
Once i open the screen i got an error as follows:
the error occurs in all browsers
Hi, Muhamed,
Clearing the cache can help, try incognito to see if the same error happens.
If you can share oml, it can help us see what’s wrong.
I've tried to clear the cache,incognito and reinstalling the browser and the same problem occurs
Hi,
That occurs just in one machine or you already try in anothers?
Can you shar the OML or code prints please?
Thanks!
Best regards,
Ricardo M Pereira
Aw, Snap! This seems to be a browser issue, not the OutSystems.
As google explains (for chrome) the Error Code: Out of Memory, there are 6 steps to check (read the details on the page).
Step 1: Check your internet connection
Step 2: Clear your cache
Step 3: Close other tabs, extensions, & apps
Step 4: Restart your computer
Step 5: Update Chrome
Step 6: Check for unwanted software
My best bet will be Clear your cache and cookies.
Regards,
Swatantra
You can follow the steps provided here
https://support.google.com/chrome/answer/95669?co=GENIE.Platform%3DDesktop&hl=en
Thanks,
Swapnil
You can also verify your logic it may be case of unsatisfied condition.
You can check the stack or debug on browser debugger tool.
Ali Amin
Hi Muhamed,
Can you please debug the code in preparation where you fetching data to bind the list.
do not fetch binary attribute every time you can give the link in grid and open the popup and fetch the image from database when required.
Regards
Shashikant Shukla