# Error 404 when uploading a backup

**URL:** https://meta.discourse.org/t/error-404-when-uploading-a-backup/87810
**Category:** Support
**Created:** [5월 18, 2018, 7:33오전 UTC](https://meta.discourse.org/t/error-404-when-uploading-a-backup/87810 "2018-05-18T07:33:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sebastien](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@sebastien](https://meta.discourse.org/u/sebastien)
#### Post date: [5월 18, 2018, 7:33오전 UTC](https://meta.discourse.org/t/error-404-when-uploading-a-backup/87810/1 "2018-05-18T07:33:13Z")

</div>

Hi Guys,

When uploading a backup to discourse through the console, it creates lots of 404 errors.

 ![image](https://global.discourse-cdn.com/meta/original/3X/7/3/7376e4469ee2d14515ddea41f6ebf435648ae82a.png)

In the end my backup got uploaded. Just wondering why i get so many 404 (around 3000 thousands)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [5월 18, 2018, 7:47오전 UTC](https://meta.discourse.org/t/error-404-when-uploading-a-backup/87810/2 "2018-05-18T07:47:53Z")

</div>

When you upload a backup, it’s cut into little chunks which are uploaded one by one. For each chunks, the browser asks the server if it already has it. The 404 is the server telling the browser that it hasn’t received the chunk yet. This allow for backup uploads to be resumable 😉

---

<div class="post-metadata">

### Author: ![sebastien](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@sebastien](https://meta.discourse.org/u/sebastien)
#### Post date: [5월 18, 2018, 7:50오전 UTC](https://meta.discourse.org/t/error-404-when-uploading-a-backup/87810/3 "2018-05-18T07:50:51Z")

</div>

Makes sense! Thank you 🙂

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [5월 18, 2018, 7:53오전 UTC](https://meta.discourse.org/t/error-404-when-uploading-a-backup/87810/4 "2018-05-18T07:53:44Z")

</div>


