This video shows you how to fix no access control allow origin header is present on the requested resource, error in google chrome using a free extension.
Note: This is not a permanent solution for this error. This is just to escape this error when you are developing applications in development mode. If you need to fix this issue in your applications forever, you need to follow the official documentation of the server-side technology that you are using.
For example, if you are using express js: https://expressjs.com/en/resources/mi...
Written tutorial: https://frontendguider.com/742/how-to...