Resolved

[Resolved] Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}`

When using the react-modal package component, we see a Warning message in the console saying: Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}`

[Resolved] Warning: react-modal: App element is not defined. Please use `Modal.setAppElement(el)` or set `appElement={el}` Read More »

[Resolved] No usable Android build tools found. Highest 30.x installed version is 30.0.2; minimum version required is 30.0.3

You may see this issue while building the Ionic Cordova application for Android * What went wrong: A problem occurred evaluating script. > No usable Android build tools found. Highest 30.x installed version is 30.0.2; Recommended version is 30.0.3.

[Resolved] No usable Android build tools found. Highest 30.x installed version is 30.0.2; minimum version required is 30.0.3 Read More »

[Resolved] “BrowserslistsError: Unknown version 92 of android” while ng build

After upgrading the Angular project version from 12 to 13, you notice a build error while executing the “ng build” CLI command on the Angular project. The error says: “BrowserslistsError: Unknown version 92 of android” This error occurs due to an obsolete list of the supported browser kit OS environments.

[Resolved] “BrowserslistsError: Unknown version 92 of android” while ng build Read More »

[Resolved] SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable

Go into your Capacitor/ Cordova/ React native project’s root folder and find android folder Inside the folder create a new file named local.properties Open the file and paste the following content in it, path of the SDK folder, which will look like this:

[Resolved] SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable Read More »

What is “net::err_blocked_by_client” and How to Resolve It?

If you have ever encountered the error message “net::err_blocked_by_client” while browsing the web, you know how frustrating it can be. This error message indicates that your browser has blocked access to a website due to security concerns. In this artcle, we will explain what causes this error message and provide some tips on how to

What is “net::err_blocked_by_client” and How to Resolve It? Read More »

Resolve! Uncaught SyntaxError: Unexpected token ‘,’ or ‘<' in Angular

To create a production build for a remote server I usually run following ng command: $ ng build –prod  But at the client end, there was some stage error popping up in the console and the application was not loading. Surprisingly it was working fine on my end and on my mobile network as well.

Resolve! Uncaught SyntaxError: Unexpected token ‘,’ or ‘<' in Angular Read More »

Resolve! TypeError: You provided ‘undefined’ where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.

In one of my Angular 8 project, there was an API call of type GET, but strangely I was not able to make any call to server and error callback displaying this error:

Resolve! TypeError: You provided ‘undefined’ where a stream was expected. You can provide an Observable, Promise, Array, or Iterable. Read More »