# HTTP Error: 404, Not Found

**URL:** https://travis-ci.community/t/http-error-404-not-found/990
**Category:** Deployment
**Tags:** firebase
**Created:** [November 20, 2018, 2:41pm UTC](https://travis-ci.community/t/http-error-404-not-found/990 "2018-11-20T14:41:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![catlabs](https://avatars.discourse-cdn.com/v4/letter/c/fbc32d/32.png) [@catlabs](https://travis-ci.community/u/catlabs)
#### Post date: [November 20, 2018, 2:41pm UTC](https://travis-ci.community/t/http-error-404-not-found/990/1 "2018-11-20T14:41:46Z")

</div>

Hi,

I am new into Travis and I am stuck now on my deployement, pretty weired error as I follow what you have been recommended.

First of all , under “Deploying application”, the dist folder seems empty even though I have forced the “ng build --prod” and then this 404 not found.

Here is the problematic build:  
[https://travis-ci.org/catlabs/rendement-immobilier/builds/457469938](https://travis-ci.org/catlabs/rendement-immobilier/builds/457469938)

Can anybody help?

---

<div class="post-metadata">

### Author: ![BanzaiMan](https://sea1.discourse-cdn.com/flex015/user_avatar/travis-ci.community/banzaiman/32/67_2.png) [@BanzaiMan](https://travis-ci.community/u/BanzaiMan)
#### Post date: [November 20, 2018, 2:53pm UTC](https://travis-ci.community/t/http-error-404-not-found/990/2 "2018-11-20T14:53:05Z")

</div>

One possible explanation is that the encryption was incorrect, and your deployment fails.

Try encrypting your token again with `travis encrypt --org -r catlabs/rendement-immobilier`.
