Fuel\Core\PhpErrorException [ User Error ]: Unsupported or undefined Opauth strategy - CMS-Sites
115 $this->env['params']['action'] = 'request';
116 }
117
118 $this->Strategy->callAction($this->env['params']['action']);
119 } else {
120 trigger_error('Unsupported or undefined Opauth strategy - '.$this->env['params']['strategy'], E_USER_ERROR);
121 }
122 } else {
123 $sampleStrategy = array_pop($this->env['Strategy']);
124 trigger_error('No strategy is requested. Try going to '.$this->env['complete_path'].$sampleStrategy['strategy_url_name'].' to authenticate with '.$sampleStrategy['strategy_name'], E_USER_NOTICE);
125 }
The
redirect URI in the request:
http://venturate.kbx3.de/account/oauth/google/oauth2callback did not
match a registered redirect URI
It looks like you're new here. If you want to get involved, click one of these buttons!