runtime error

back (most recent call last): File "/usr/local/lib/python3.10/site-packages/firebase_admin/credentials.py", line 96, in __init__ self._g_credential = service_account.Credentials.from_service_account_info( File "/usr/local/lib/python3.10/site-packages/google/oauth2/service_account.py", line 241, in from_service_account_info signer = _service_account_info.from_dict( File "/usr/local/lib/python3.10/site-packages/google/auth/_service_account_info.py", line 57, in from_dict signer = crypt.RSASigner.from_service_account_info(data) File "/usr/local/lib/python3.10/site-packages/google/auth/crypt/base.py", line 109, in from_service_account_info return cls.from_string( File "/usr/local/lib/python3.10/site-packages/google/auth/crypt/_cryptography_rsa.py", line 133, in from_string private_key = serialization.load_pem_private_key( File "/usr/local/lib/python3.10/site-packages/cryptography/hazmat/backends/openssl/backend.py", line 494, in _handle_key_loading_error raise ValueError( ValueError: ('Could not deserialize key data. The data may be in an incorrect format, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [<OpenSSLError(code=503841036, lib=60, reason=524556, reason_text=unsupported)>]) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 143, in <module> cred = credentials.Certificate( File "/usr/local/lib/python3.10/site-packages/firebase_admin/credentials.py", line 99, in __init__ raise ValueError('Failed to initialize a certificate credential. ' ValueError: Failed to initialize a certificate credential. Caused by: "('Could not deserialize key data. The data may be in an incorrect format, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [<OpenSSLError(code=503841036, lib=60, reason=524556, reason_text=unsupported)>])"

Container logs:

Fetching error logs...