DisboxApp / web

Use Discord as a file storage service.
https://disboxapp.github.io/web/
GNU Affero General Public License v3.0
474 stars 86 forks source link

The file list totally different when i visit using different browsers. #75

Closed hb8t closed 11 months ago

hb8t commented 11 months ago

I used 4 browsers: 3 on the same Linux system, firefox, brave, chromium; and the other is firefox on a linux VM. I attempted to upload some files from them. Strangely i see a different list of files (some being vacant lists) using these diff browsers.

MT-276 commented 11 months ago

The first thought that comes to my mind is that whether you use more than one webhooks, i.e. data storing channels. If so, then I think you have different webhooks stored for different browsers.\ Disbox probably uses cookies to save your last entered webhook instead of an IP log. Hence it must be different for different browsers.\ Again, this is just my opinion. This may very well be a genuine issue.

DisboxApp commented 11 months ago

That is almost correct. Webhooks are stored in local storage. You can change the webhook by going to the Setup page.