keyonic-v2 icon indicating copy to clipboard operation
keyonic-v2 copied to clipboard

Refused to display

Open henriquelssantiago opened this issue 6 years ago • 0 comments

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.

henriquelssantiago avatar Jul 02 '18 20:07 henriquelssantiago