-
Notifications
You must be signed in to change notification settings - Fork 15
Troubleshooting
Removing optionSet from that specific form solves the issue.
**Cause**
Int are not supported as optionSet answers:
Solution
Adding integer support for optionSet answers in FormGen
Solution
Upgrade Docker and Docker Compose on the VM ` sudo apt update sudo apt install -y ca-certificates curl gnupg lsb-release
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg |
sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg]
https://download.docker.com/linux/ubuntu
$(lsb_release -cs) stable" |
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt update
sudo apt install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
`
Solution
services:
mysql:
image: mysql:5.7
ports:
- "3306:3306"
sudo systemctl stop mysql
sudo lsof -i :3306
Solution Set your Github fine grained token for public repositories in local env
export GITHUB_AUTH_TOKEN=your_github_token_here