Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase app distribution url returns 404 error

I have recently finished developing an application and I wanted to publish it between few friends to test it.

I have sent it to 4 different users where 3 opened it without any problem while the 4th user receives the following error:

enter image description here

Is there any reason why it happens or how I can fix it?

Thank you

like image 425
Ben Avatar asked Nov 30 '20 20:11

Ben


2 Answers

Anthony from the App Distribution team here. We have found the root cause and pushed out a fix yesterday.

It turned out that we were not handling the iw locale properly (which is an old, deprecated version of he that some devices still send). Now, we properly load the page and show Hebrew for that specific ISO 639-1 code.

Testers should now be able to use the site without issue. Sorry for the inconvenience!

like image 124
Anthony Avatar answered Oct 19 '22 23:10

Anthony


I had the same issue, I finally managed to narrow down the issue to the browser type which is launched once clicking on the invite link. On Samsung devices, the default browser is "samsung interent" which couldn't handle properly(not sure why) the invite link, once setting the default browser to chrome everything worked as expected.

like image 41
Evgeni Roitburg Avatar answered Oct 19 '22 22:10

Evgeni Roitburg