[GH-ISSUE #71] Not working on Brave Browser anymore #31

Closed
opened 2026-03-16 12:52:31 +03:00 by kerem · 5 comments
Owner

Originally created by @guastallaigor on GitHub (Aug 27, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/71

Describe the bug
When the project was released, I was using it on Brave and everything was fine. The code right now is very different from before, but is not working anymore.
I know that this is a small project, but I'm just opening this issue because it was working before and now it isn't, maybe it's just a small fix that someone can do it :)

The error message that is showing in the console is:

TypeError: Cannot read property 'className' of undefined

To Reproduce
Open https://liyasthomas.github.io/postwoman/ on a up to date Brave Browser.

Expected behavior
It should work like Chrome, because for me it's still working on Chrome.

Screenshots
image

Desktop (please complete the following information):

  • OS: Ubuntu 18.04 or Window 10
  • Browser Brave
  • Version 0.68.131 Chromium: 76.0.3809.100 (Official Build) (64-bit)

Additional context
If you don't want to support Brave you can close this issue, no problem, I can still use it on Chrome.

Originally created by @guastallaigor on GitHub (Aug 27, 2019). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/71 **Describe the bug** When the project was released, I was using it on [Brave](https://brave.com/) and everything was fine. The code right now is very different from before, but is not working anymore. I know that this is a small project, but I'm just opening this issue because it was working before and now it isn't, maybe it's just a small fix that someone can do it :) The error message that is showing in the console is: ```js TypeError: Cannot read property 'className' of undefined ``` **To Reproduce** Open https://liyasthomas.github.io/postwoman/ on a up to date Brave Browser. **Expected behavior** It should work like Chrome, because for me it's still working on Chrome. **Screenshots** ![image](https://user-images.githubusercontent.com/22016005/63808543-94795380-c8f6-11e9-83ec-9c9594ff0aec.png) **Desktop (please complete the following information):** - OS: Ubuntu 18.04 or Window 10 - Browser Brave - Version 0.68.131 Chromium: 76.0.3809.100 (Official Build) (64-bit) **Additional context** If you don't want to support Brave you can close this issue, no problem, I can still use it on Chrome.
kerem closed this issue 2026-03-16 12:52:36 +03:00
Author
Owner

@izerozlu commented on GitHub (Aug 27, 2019):

That problem is not about the brave browser.

It's a common bug right now. It'll be fixed soon.

Thanks for the heads up!

On Wed, Aug 28, 2019, 12:17 AM Igor Guastalla notifications@github.com
wrote:

Describe the bug
When the project was released, I was using it on Brave
https://brave.com/ and everything was fine. The code right now is very
different from before, but is not working anymore.
I know that this is a small project, but I'm just opening this issue
because it was working before and now it isn't, maybe it's just a small fix
that someone can do it :)

The error message that is showing in the console is:

TypeError: Cannot read property 'className' of undefined

To Reproduce
Open https://liyasthomas.github.io/postwoman/ on a up to date Brave
Browser.

Expected behavior
It should work like Chrome, because for me it's still working on Chrome.

Screenshots
[image: image]
https://user-images.githubusercontent.com/22016005/63808543-94795380-c8f6-11e9-83ec-9c9594ff0aec.png

Desktop (please complete the following information):

  • OS: Ubutuntu 18.04 or Window 10
  • Browser Brave
  • Version 0.68.131 Chromium: 76.0.3809.100 (Official Build) (64-bit)

Additional context
If you don't want to support Brave you can close this issue, no problem, I
can still use it on Chrome.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/liyasthomas/postwoman/issues/71?email_source=notifications&email_token=AEEUVLKVWLXG2JOTP6IYPK3QGWKV3A5CNFSM4IQNUO6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHYLV2Q,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEEUVLMHWK4E44FYYZUMPLTQGWKV3ANCNFSM4IQNUO6A
.

<!-- gh-comment-id:525488056 --> @izerozlu commented on GitHub (Aug 27, 2019): That problem is not about the brave browser. It's a common bug right now. It'll be fixed soon. Thanks for the heads up! On Wed, Aug 28, 2019, 12:17 AM Igor Guastalla <notifications@github.com> wrote: > *Describe the bug* > When the project was released, I was using it on Brave > <https://brave.com/> and everything was fine. The code right now is very > different from before, but is not working anymore. > I know that this is a small project, but I'm just opening this issue > because it was working before and now it isn't, maybe it's just a small fix > that someone can do it :) > > The error message that is showing in the console is: > > TypeError: Cannot read property 'className' of undefined > > *To Reproduce* > Open https://liyasthomas.github.io/postwoman/ on a up to date Brave > Browser. > > *Expected behavior* > It should work like Chrome, because for me it's still working on Chrome. > > *Screenshots* > [image: image] > <https://user-images.githubusercontent.com/22016005/63808543-94795380-c8f6-11e9-83ec-9c9594ff0aec.png> > > *Desktop (please complete the following information):* > > - OS: Ubutuntu 18.04 or Window 10 > - Browser Brave > - Version 0.68.131 Chromium: 76.0.3809.100 (Official Build) (64-bit) > > *Additional context* > If you don't want to support Brave you can close this issue, no problem, I > can still use it on Chrome. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/liyasthomas/postwoman/issues/71?email_source=notifications&email_token=AEEUVLKVWLXG2JOTP6IYPK3QGWKV3A5CNFSM4IQNUO6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHYLV2Q>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AEEUVLMHWK4E44FYYZUMPLTQGWKV3ANCNFSM4IQNUO6A> > . >
Author
Owner

@izerozlu commented on GitHub (Aug 27, 2019):

I'll try to create the required PR tomorrow.

<!-- gh-comment-id:525488361 --> @izerozlu commented on GitHub (Aug 27, 2019): I'll try to create the required PR tomorrow.
Author
Owner

@liyasthomas commented on GitHub (Aug 27, 2019):

@guastallaigor @izerozlu have you tried to clear the site's cache perhaps history data too and try again?

<!-- gh-comment-id:525497665 --> @liyasthomas commented on GitHub (Aug 27, 2019): @guastallaigor @izerozlu have you tried to clear the site's cache perhaps history data too and try again?
Author
Owner

@NBTX commented on GitHub (Aug 27, 2019):

I cannot reproduce this issue.

  • OS: Windows 10 (1709)
  • Browser: Brave
  • Version 0.68.131 Chromium: 76.0.3809.100 (Official Build) (64-bit)

image

Have you installed the PWA or got any cached copies?
Try going to Developer Tools -> (might need to click the double right chevron ») Application tab -> Service Workers -> Unregister and reload the page.

<!-- gh-comment-id:525501648 --> @NBTX commented on GitHub (Aug 27, 2019): I cannot reproduce this issue. - OS: Windows 10 (1709) - Browser: Brave - Version 0.68.131 Chromium: 76.0.3809.100 (Official Build) (64-bit) ![image](https://user-images.githubusercontent.com/43181178/63811277-eb931e80-c91e-11e9-9f32-b880cbf1a600.png) Have you installed the PWA or got any cached copies? Try going to Developer Tools -> (might need to click the double right chevron ») Application tab -> Service Workers -> Unregister and reload the page.
Author
Owner

@guastallaigor commented on GitHub (Aug 27, 2019):

Thank you! I did everything @NBTX said and it's working now.

<!-- gh-comment-id:525515202 --> @guastallaigor commented on GitHub (Aug 27, 2019): Thank you! I did everything @NBTX said and it's working now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#31
No description provided.