{"record":{"id":"a3fe9883d7181bcf","repo":"coollabsio/coolify","slug":"oauth-provider-not-found","errorCode":null,"errorMessage":"OAuth provider not found.","messagePattern":"OAuth provider not found\\.","errorType":"exception","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"app/Livewire/SettingsOauth.php","lineNumber":150,"sourceCode":"    }\n\n    public function instantSave(string $provider)\n    {\n        try {\n            $this->authorize('update', instanceSettings());\n            $this->updateOauthSettings($provider);\n        } catch (\\Exception $e) {\n            return handleError($e, $this);\n        }\n    }\n\n    public function toggleProvider(string $provider): mixed\n    {\n        try {\n            $this->authorize('update', instanceSettings());\n\n            if (! array_key_exists($provider, $this->oauth_settings_map)) {\n                throw new \\Exception('OAuth provider not found.');\n            }\n\n            $enabling = ! $this->oauth_settings_map[$provider]['enabled'];\n            if ($enabling) {\n                $this->validate($this->providerRules($provider));\n            }\n\n            $this->oauth_settings_map[$provider]['enabled'] = $enabling;\n            $this->updateOauthSettings($provider);\n        } catch (\\Throwable $e) {\n            return handleError($e, $this);\n        }\n\n        return null;\n    }\n\n    private function providerRules(string $provider): array\n    {","sourceCodeStart":132,"sourceCodeEnd":168,"githubUrl":"https://github.com/coollabsio/coolify/blob/70b9acc42467278373e00de77abb40684e25b395/app/Livewire/SettingsOauth.php#L132-L168","documentation":"Error \"OAuth provider not found.\" thrown in coollabsio/coolify.","triggerScenarios":"Thrown at app/Livewire/SettingsOauth.php:150 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"70b9acc42467278373e00de77abb40684e25b395","analyzedAt":"2026-08-17T01:41:01.313Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}