Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

268
Vistas
How to catch a Firebase Storage error when the file doesn't exist?

My react app displays an image if it exists in Firebase Storage:


import firebase from 'firebase/app';
import 'firebase/storage';

//...//

const [imageUrl, setImageUrl] = useState(null)

//..//

firebase
  .storage()
  .ref('path_to_image')
  .getDownloadUrl()
  .then((v)=>{setImageUrl(v)}) //This sets the imageUrl state. I still get the error even if I remove this line
  .catch(()=>{setImageUrl(null)}

But I still get a 404 error logged in the console:

GET http://.../v0/....appspot.com/o/userPhotos%2FJfYvcUGG8LkyNwyu1dKpJr6j4EKmE 404 (Not Found)

I tried wrapping everything in a try/catch, but the error still gets logged.

How can I catch the exception, or is there a way I could verify that the file exists before calling getDownloadUrl?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda