Hi,
Anyone with same issue? My apps stopped working.
Hi @sebastas,
All working on my side using PWA, are you still getting an error?
same im getting blank screens
Iām also getting blank screens when i view certain screens in my previewer, i thought it was something iād done!
I know thereās some planned downtime but i think that is tomorrow am early for the US
All working fine on my side of the world EU, as mentioned above there will be some maintenance so it looks like we have to be a little bit patient.
Some screens are blank on my web app too
Apps seem to work for me at the moment (9:40 UTC), tried various ones.
Just for the info
Thanks @Victor Iāve raised a ticket for this to be looked into.
Iād taken a copy of my app a few days back and it happens there now too. Someone else in my team logged in and they can view the app screen which I cant, itās all very strangeā¦ the app started behaving strange yesterday evening
Just as a hint - did you try to access the app from āIncognito modeā in the browser, and/or clear the cookies?
Sometimes this may help.
Otherwise hope that the issue will be resolved.
Best,
Victor
Ok now I have it as well. The app worked yesterday, but today I get blank screen at some point.
Here are the console messages:
I found the root cause for my case.
It was the Image component on the screen, which had a placeholder image. When I hide this component, everything starts to work.
Definitely this is not the expected behaviourā¦ but if one needs develop the app right now, it is worth trying to hide images with placeholders at for a while.
Best regards, Victor.
Thanks, that seems to have done the trick for me!
Out of interest, how did you spot thisā¦ was there something pointing to the image being an issue or was it trial and error?
Thanks!
Hi @MM792,
Well, it was more based on experience & approach.
Screen is blank -> app is crashing -> some component is causing this crash. I didnāt see any pointer in console, except that the connection to backend is n/a. First I thought about bug in a form, turned it off - no luck. Then about some wrong DB response, so turned off all components filled dynamically, no luck. The only component left was static image (and you usually think that static components should not cause bugs :)) ). So I turned it off and turned back some of older ones - voila, the problem is identified
Wow Victor youāre literally amazing! I wish I understood what I was looking at in that screenshot picture, believe it or not tho you gave me so much relief knowing that its not something bigger causing my blank screens! Thanksss
The same issue at my endā¦ started happening yesterday and still persists.
Interestingly itās happening only on one screen; other screens also have placeholder images but a blank page is not happening there.
Yes can confirm iām getting the same behaviour hereā¦ I was about to post a bug, but will hold off until maintenance has been done.
For me was more I noticed when running app with URL with ātarget=478asdkjlmxucmv00q6defqb1l1hktp¶ms=xxxxā it was not working. when I removed all and just left the domain, it started working. I never had blank screen, was just buttons and drop-downs or submissions were not working at all.
removing place holder image is the fix currently
My App was not working too.
After I removed placeholder, it has been fixedā¦