[Fix] Unable to connect to the server: getting credentials: decoding stdout: no kind “ExecCredential” is registered for version

The problem ‘Unable to connect to the server: getting credentials: decoding stdout: no kind “ExecCredential” is registered for version’ is seen when you are working on amazon web services and are trying to use its services in your application. Given below is the snippet of the problem ‘Unable to connect to the server: getting credentials: …

Read More

[Fix] Exec Format Error Mac M1

The Error ‘exec format error Mac M1’, is an error that is seen when you are working on AWS and are trying to run your Dokerized application locally. Given below is the snippet of the error ‘exec user process caused: exec format error’ you might see when you try to deploy your app via AWS …

Read More

[Fix] Docker Exec Format Error raspberry pi

The Error ‘Docker Exec Format Error raspberry pi’, is an error that is seen when you are working on AWS and are trying to run your Dokerized application locally. Given below is the snippet of the error ‘Docker Exec Format Error raspberry pi’: The error, ‘Docker Exec Format Error raspberry pi’ is seen because you …

Read More

[Fix] exec user process caused: Exec Format Error

The Error ‘exec user process caused: exec format error’, is an error that is seen when you are working on AWS and are trying to run your Dokerized application locally. Given below is the snippet of the error ‘exec user process caused: exec format error’ you might see when you try to deploy your app …

Read More

Error deploying or retrieving source The file or directory that you tried to deploy or retrieve isn’t in a package directory that’s specified in your sfdx-project.json file

When I was trying to deploy or retrieve a file directly for one of my project, it is not working and showing me the error: Error deploying or retrieving source The file or directory that you tried to deploy or retrieve isn’t in a package directory that’s specified in your sfdx-project.json file. Add this location …

Read More

Fix: “error: exec plugin: invalid apiVersion “client.authentication.k8s.io/v1alpha1″”

Have you getting error: exec plugin: invalid apiVersion “client.authentication.k8s.io/v1alpha1”. No worries lot of people facing same error on internet. Above error can occurred in different scenario like When you configuring an EKS cluster using terraform in a private subnet and trying to access it using a VPN in a public subnet. When you configured it, …

Read More

Fix: “`GLIBC_2.27′ not found (required by node) While Installing Node on Amazon EC2 instance”

When you trying to install Nodejs on Amazon Linux machine and when execute below command You may encounter below error: v18.0.0 is already installed. node: /lib64/libm.so.6: version `GLIBC_2.27′ not found (required by node) node: /lib64/libc.so.6: version `GLIBC_2.28′ not found (required by node) nvm is not compatible with the npm config “prefix” option: currently set to …

Read More