Skip to content

Commit

Permalink
fix: netlify redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Feb 20, 2020
1 parent ee4afd0 commit 9d79e48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
4 changes: 2 additions & 2 deletions src/remote/peer-fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ export class PeerFetch {
pair.response.receivedAll = true
}
} else {
console.error('No entry found in pending requestMap for ticket',
{ ticket })
console.error('Data received as response for ticket but no entry found in pending request map',
{ ticket, data })
}
})
this._dataConnection.on('open', function () {
Expand Down

0 comments on commit 9d79e48

Please sign in to comment.