Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Can't access to riot.im website #10685

Closed
benoitjpnet opened this issue Aug 28, 2017 · 15 comments
Closed

Can't access to riot.im website #10685

benoitjpnet opened this issue Aug 28, 2017 · 15 comments

Comments

@benoitjpnet
Copy link

benoitjpnet commented Aug 28, 2017

Test plan

  1. Load https://riot.im/app/#/room/#riot:matrix.org
  2. Ensure your Cookie Control shields are set to Block 3rd Party Cookies
  3. Chat page should load
  4. Toggle the Cookie Control shields setting to Block all cookies
  5. Page should not load

Original issue description

  • Did you search for similar issues before submitting this one?

Yes.

  • Describe the issue you encountered:

Trying to load the page https://riot.im/app/#/room/#riot:matrix.org. The page doesn't load.

  • Platform (Win7, 8, 10? macOS? Linux distro?):
Distributor ID: Debian                        
Description:    Debian GNU/Linux 9.1 (stretch)
Release:        9.1                           
Codename:       stretch                       
  • Brave Version (revision SHA):

Name | Version
-- | --
Brave | 0.18.23
rev | 36ae2ec
Muon | 4.3.10
libchromiumcontent | 60.0.3112.90
V8 | 6.0.286.52
Node.js | 7.9.0
Update Channel | dev
OS Platform | Linux
OS Release | 4.9.0-3-amd64
OS Architecture | x64


@gnouts
Copy link

gnouts commented Aug 28, 2017

I can confirm this under Windows 10 and Manjaro, both with 0.18.23 but issue is older and not related to brave version.
Shield down doesn't change anything.

@luixxiul
Copy link
Contributor

It is stuck on this line on Brave:

indexeddb-local-backend.js?79bc:193 Removing indexeddb instance: matrix-js-sdk:riot-web-sync

@luixxiul luixxiul added the bug label Aug 29, 2017
@maciozo
Copy link

maciozo commented Sep 22, 2017

Just to confirm (and hopefully bump), I'm also getting this issue.

Brave: 0.18.36
rev: 7ab85e9
Muon: 4.3.22
libchromiumcontent: 61.0.3163.79
V8: 6.1.534.32
Node.js: 7.9.0
Update Channel: dev
OS Platform: Microsoft Windows
OS Release: 10.0.10586
OS Architecture: x64

@luixxiul
Copy link
Contributor

@jonathansampson is this issue related with API support or something?

@jdjkelly
Copy link

jdjkelly commented Oct 22, 2017

Also seeing this - nothing erroring in console.

Name Version
Brave 0.19.53
rev e09025b
Muon 4.4.29
libchromiumcontent 61.0.3163.100
V8 6.1.534.41
Node.js 7.9.0
Update Channel Release
OS Platform Linux
OS Release 4.4.0-97-generic
OS Architecture x64

If you compare the console output vs. vanilla chromium (which loads successfully), it seems to halt after it logs this message: Removing indexeddb instance: matrix-js-sdk:riot-web-sync - how is Brave's indexeddb support?

@jonathansampson
Copy link
Collaborator

jonathansampson commented Oct 26, 2017

@jdjkelly Our indexeddb support should be on par with Chrome's. I am noticing that our devtools show the files being loaded over webpack://, which I don't see in Chrome. This could be nothing at all, or it could be a thread worth pulling. I know that we prevent indexeddb access from third-parties, so I'll have to look into whether or not there might be known issues with this particular case.

We could probably test this out by commenting-out a few lines of code, and seeing if the issue persists.

@bsclifton bsclifton modified the milestones: Backlog (Prioritized), Triage Backlog Nov 27, 2017
@NT7S
Copy link

NT7S commented Jan 10, 2018

I see the same behavior here.

I'd love to be able to use Brave as my primary browser, but I currently cannot because I use riot.im for my work. A resolution to this soon would be extremely helpful, thanks.

@pete-willard
Copy link

pete-willard commented Feb 21, 2018

There seems to be a problem with IndexedDB. See issue #12463 where more context is presented.

@eljuno
Copy link
Contributor

eljuno commented Feb 27, 2018

+1 from community https://community.brave.com/t/my-main-chat-application-doesnt-load-up-debian-buster-brave-via-snap/17002?u=eljuno

@bsclifton
Copy link
Member

bsclifton commented Mar 30, 2018

+1 from @danoctavian via #13653

This web page spins indefinitely, without loading.
https://riot.im/app/

@fkbenjamin
Copy link

Also see the same behavior. Loading spinner spins indefinitely.

bsclifton added a commit to brave/muon that referenced this issue Jul 5, 2018
- AllowDatabase
- AllowDOMStorage
- RequestFileSystemAccess
- AllowIndexedDB

Fixes brave/browser-laptop#12463
Fixes brave/browser-laptop#14475

Possibly addresses brave/browser-laptop#10685

Auditors: @darkdh, @bridiver
bsclifton added a commit to brave/muon that referenced this issue Jul 5, 2018
- AllowDatabase
- AllowDOMStorage
- RequestFileSystemAccess
- AllowIndexedDB

Fixes brave/browser-laptop#12463
Fixes brave/browser-laptop#14475

Possibly addresses brave/browser-laptop#10685

Auditors: @darkdh, @bridiver
bsclifton added a commit to brave/muon that referenced this issue Jul 5, 2018
- AllowDatabase
- AllowDOMStorage
- RequestFileSystemAccess
- AllowIndexedDB

Fixes brave/browser-laptop#12463
Fixes brave/browser-laptop#14475

Possibly addresses brave/browser-laptop#10685

Auditors: @darkdh, @bridiver
bsclifton added a commit to brave/muon that referenced this issue Jul 6, 2018
- AllowDatabase
- AllowDOMStorage
- AllowIndexedDB

*Includes fixes from review feedback*

Fixes brave/browser-laptop#12463
Fixes brave/browser-laptop#14475

Possibly addresses brave/browser-laptop#10685
@bsclifton
Copy link
Member

Confirmed this is fixed with brave/muon#629

@srirambv
Copy link
Collaborator

srirambv commented Jul 6, 2018

Verified on Windows 10 x64 using

  • 0.23.31 - 3148ace
  • Muon - 7.1.5
  • libchromiumcontent - 67.0.3396.103

@jasonrsadler
Copy link
Contributor

Verified on XUbuntu 18.04 x64 using

  • 0.23.31 - 3148ace
  • Muon - 7.1.5
  • libchromiumcontent - 67.0.3396.103

@bsclifton
Copy link
Member

Verified on macOS using

  • 0.23.31 - 3148ace
  • Muon - 7.1.5
  • libchromiumcontent 67.0.3396.103

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.