NaomiCreate / cnss-app

0 stars 0 forks source link

Console errors #22

Open NaomiCreate opened 3 years ago

NaomiCreate commented 3 years ago

Current State:

  1. Login-page : when entering user-email or user-password to the fields console error appear: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('http://gc.kis.v2.scr.kaspersky-labs.com') does not match the recipient window's origin ('http://localhost:4200').

  2. Register-page : when entering user-password to the fields console error appear: Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('<URL>') does not match the recipient window's origin ('<URL>').

Note: Unlike the error on the login page, on the register page, entering an email in the user-email field doesn't cause an error.

  1. (Error that doesn't appear on console) The transition from the Login-page to My-profile-page: The first loading of My-profile-page doesn't load details from fire base. Note: after refreshing the details are showing up