Open ambience-kim opened 3 weeks ago
Same problem here! Display of firebase image results in error "object progress event".
Hello!
Just to confirm, is this issue only occurring in Test Mode? Are Run Mode, Local Run, or any other tests working as expected?
For me personally the error just vanished yesterday. I dont know why it was there and why its gone again (bc I did not change anything), but i have no issues with this anymore.
If my memory is correct, this issue began occurring after I changed the Firebase settings as follows:
When initially configuring Firebase, I set the Firestore server location to asia-northeast3
(Seoul).
For Storage, I chose the "Default" location, which displayed as asia-northeast3
(Seoul) on the screen.
As a result, I also chose the "Default" location for the Cloud Function server. (At that time, the Default location wasn’t displayed on the screen, but I assumed it to be asia-northeast3
(Seoul).)
However, I noticed the API response time was slower than expected. After verifying the API server location, I discovered that the Default location for Cloud Functions was us-central1
, not asia-northeast3
(Seoul).
To resolve this, I reviewed the Firebase settings and found that I could change the Cloud Function region to asia-northeast3
(Seoul), so I made the change.
However, changing the region only updated the location for functions called through Private APIs after redeployment. For other functions (Push Notifications, Delete User Reference, etc.), deployment errors occurred, and their locations did not change.
Therefore, I reverted the Cloud Function server location back to the Default setting.
@Alezanello Please let me know if there’s any information I can provide to help resolve this issue. I’ll be happy to run additional tests and share the results with you.
@Alezanello I am sharing the results of my tests up to today.
@Alezanello Just as a note, I had completed the CORS settings in Firestore previously.
Are you still experiencing this issue, I having the same problem. If you fixed it i would love to know what you did!
@tyler4i234
I am still experiencing this issue. I created a new project in Firebase yesterday to test it, but the problem persists.
The only solution I've found so far is to create an entirely new project in FF and connect it to a new project in Firebase. However, this would mean giving up everything I've developed so far, so it's not an option.
@ambience-kim, this problem really sucks. My project was working just fine and suddenly this is issue occured. This has to be a bug from the new update right?
@tyler4i234
To determine whether this issue is a bug or not, I believe we first need to establish a definition of what constitutes a bug. That's why I asked ChatGPT the following questions:
I believe that the FF team would reach the same conclusion.
@Alezanello I raised this issue about two weeks ago, and I was wondering if you could share any updates on its progress.
As I mentioned before, I’m fully prepared to conduct any tests necessary to help resolve this issue, so please feel free to let me know if there’s anything your team needs from my side. I’d be happy to assist with anything.
@ambience-kim I found a solution that worked for me. You need to disable CanvasKit (beta) Render in App Settings > Web Deployment > General Information. After you turn that off reload everything and you should be fine.
Hi everyone,
Apologies for the delay in following up on this. We’re actively working to get up to speed. Were you able to resolve the issue by disabling the CanvasKit beta?
If the issue persists, would it be possible for you to share a blank project where the issue can be reproduced? Unfortunately, we haven’t been able to replicate it in our own test projects, and having your example would greatly help us troubleshoot more effectively and speed up the resolution process.
Thank you for your patience and understanding!
Can we access your project?
Current Behavior
Expected Behavior
Photos uploaded to firebase should be displayed normally.
Steps to Reproduce
Please refer to the attached video.
https://github.com/user-attachments/assets/aa74a71c-22dd-410f-b7ac-3cafd6bb0979
Reproducible from Blank
Bug Report Code (Required)
I don't see the "Get Bug Report Code" menu in the widget tree. Please refer to the image for additional information.
Visual documentation
bug_report_20241026.pdf
Environment
Additional Information