You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refused to display 'http://localhost:8080/auth/realms/keypress/protocol/openid-connect/auth?client_id=keyonic-v2&redirect_uri=http%3A%2F%2Flocalhost%3A8100%2F%3Fionicplatform%3Dios%26ionicstatusbarpadding%3Dtrue%26http%3A%2F%2Flocalhost%3A8100%2Fionic-lab&state=e913b2b2-bb6e-4297-a606-936c023e0592&nonce=927f0da2-ae91-4fa2-86f3-fe6022d2de51&response_mode=fragment&response_type=id_token%20token&scope=openid' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".
I made this steps:
clone the project
npm install -g ionic cordova
nvm use 6.9
import realms and users(keyonic-v2-realm.json, keyonic-v2-users.json)
ionic serve --address localhost
But this trouble appears only when i try to access http://localhost:8100/ionic-lab, when i try to access localhost:8100 works fine.
The text was updated successfully, but these errors were encountered:
I'm having this trouble:
Refused to display 'http://localhost:8080/auth/realms/keypress/protocol/openid-connect/auth?client_id=keyonic-v2&redirect_uri=http%3A%2F%2Flocalhost%3A8100%2F%3Fionicplatform%3Dios%26ionicstatusbarpadding%3Dtrue%26http%3A%2F%2Flocalhost%3A8100%2Fionic-lab&state=e913b2b2-bb6e-4297-a606-936c023e0592&nonce=927f0da2-ae91-4fa2-86f3-fe6022d2de51&response_mode=fragment&response_type=id_token%20token&scope=openid' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".
I made this steps:
clone the project
npm install -g ionic cordova
nvm use 6.9
import realms and users(keyonic-v2-realm.json, keyonic-v2-users.json)
ionic serve --address localhost
But this trouble appears only when i try to access http://localhost:8100/ionic-lab, when i try to access localhost:8100 works fine.
The text was updated successfully, but these errors were encountered: