Questions tagged [google-developer-tools]

184 questions
6
votes
7 answers

statusCode=DEVELOPER_ERROR in google login

Below code I am using for Google login.I added google-services.json file in the app folder.I am using classpath 'com.google.gms:google-services:2.0.0' in root gradle module.I have checked my package at developer console and its correct and I added…
5
votes
3 answers

How to get more information to debug 404 error

I have a website staged. Although everything seems to be displaying properly, opening developer tools shows I am getting two 404 errors (see pictures). I want to fix this error but I don't have much information. Is there some way to find out which…
5
votes
5 answers

How to stop exposing source code of react in developer tools of browser?

I'm developing project in ASP.NET Core and React. In testing, I came across one big security issue. Source files of react get expose in google developer tools. I have tried to remove webpack source maps but that thing didn't work for me and the…
Rohit Sawai
  • 739
  • 1
  • 11
  • 28
4
votes
2 answers

Chrome/Edge developer tools not showing source code in Sources tab unless refresh

I went through lot of questions and answers about this issue but NONE of the answers are talking about the root cause of the problem and how to solve it permanently. When, I open the developer tools for any tab in Google Chrome or Edge browsers and…
4
votes
0 answers

Which host/ports should be open for web push?

I'm building a web app which sends web-push. I read this and other articles. https://developers.google.com/web/fundamentals/codelabs/push-notifications/?hl=en I succeeded to send and receive a push in my development environment. The problem is: we…
3
votes
0 answers

Lighthouse, Developer Tools recommendation to "Remove unused javascript". How do I optimise /node_modules/react-dom?

I've run the performance check in Chrome's developer tools, under the Lighthouse tab. It recommends me to "Remove unused Javascript" and suggests: …/node_modules/react-dom/cjs/react-dom.development.js would provide a potential saving of 60.7…
JimmyTheCode
  • 3,783
  • 7
  • 29
  • 71
3
votes
0 answers

Security Assessment in Gmail API

I am trying to configure Gmail API in a way so I can pull the inbox messages as well as respond against them. Basically, I am implementing a CRM and this one of the modules of that CRM. I got an email from Gmail verification support telling me that…
3
votes
1 answer

How to add link or image as a response in dialog flow for web demo

I am trying to create a chat bot for my website and in the response I need to add a link or image for web demo, but it seems to be available only in another platforms like face-book or slack and not for web. Please help me to how to add an…
3
votes
0 answers

Enable live sass edit in devtools?

How can we enable live sass edit in devtools? like this post https://umaar.com/dev-tips/103-live-sass/
3
votes
1 answer

Vue - Mixed content warning in Chrome Developer Console

I have a Vue.js app up and running, which produces the following warning. Mixed Content: The page at 'https://mypage.com/some/route' was loaded over HTTPS, but requested an insecure resource 'http://mypage.com/some/route'. This request has been…
3
votes
2 answers

Google chart not displaying the legends correctly

Find the sample issue in the screenshot below. When we load the graph UI using google charts, the legends data are coming but not displayed properly. The frequency of this issue is less in laptops but frequency is high in desktops. Please guide.
3
votes
4 answers

Chrome Developer Tools cannot show
 tag in Network->Preview tab

I'm using PHP with Xdebug. Yesterday everything is OK but today I have one problem: My Chrome Developer tools cannot show the HTML which formatted by Xdebug, all lines are combined to one line. The RAW HTML in Network->Response tab is something like…
Envy
  • 510
  • 6
  • 19
3
votes
2 answers

Thousands of strange crashes in new Google Play Console version

The ANRs & crashes section of the Google Play Console has been recently updated to display more ANRs & crashes (automatically collected from users that have opted in). I found a lot of strange new crashes, on various Android versions and devices: 1)…
3
votes
2 answers

How to access values from 's Closure in Chrome Developer tool's Watch panel?

I have a complex javascript object which is generated by some third party tool, which looks like this (inside Chrome Developer Tools Watch panel): I'm interested in reading those text and value attributes of i Object. I've never seen such
Zameer Ansari
  • 28,977
  • 24
  • 140
  • 219
3
votes
1 answer

Is it possible for a user on Google Play Store to upload an application instead of the owner?

Lets say A is the owner. I want B, C and D users from our team to be able to upload the new versions of our application. Is this possible? From this it is not very clear to me what kind of permission has a user. If somebody has any experience to…
Thanassis
  • 857
  • 1
  • 8
  • 25
1
2
3
12 13