-
Vercel does not support GitHub Organizations on their free tier.
Since this project will most likely need to be moved to an organization in a few years, this is an obstacle that must be overcome.
Me…
-
The documentation on using Gitlab say that the `scope` required is `api`. But, in fact, the scope required is `read_api`.
Furthermore, the instructions are confusing because they don't explain wha…
-
Error Message:
```
Run npx @getmeli/cli upload \
npx @getmeli/cli upload \
--url "https://meli.DOMAIN.at" \
--site "$MELI_SITE" \
--token "$MELI_TOKEN" \
--release "$GITHUB_…
-
I wanted to modify the email environment variables passed into the docker images so I issued a `docker-compose down` and `docker-compose up -d`. Once it came up successfully I noticed the image I had …
-
I tried to upload the site through GitHub Actions, but it fails with an error.
This error occurs during the publish phase and everything else goes well.
✅ Set up job
✅ Run actions
✅ checkout@v2
…
damyo updated
3 years ago
-
Hi,
I set up a github action that will trigger a build process and publishes the build on my meli installation.
Whoever using the npx command:
`npx @getmeli/cli upload ./build --branch [branch] --s…
-
Estou desenvolvendo uma integração e me deparei com um acoplamento de `Storage` e `AccessToken`, no sistema que estou desenvolvendo eu preciso separar o `token` dos usuários pois o sistema fara a inte…
-
Estava usando no composer como "2.*", ao atualizar composer update começou a apresentar este erro:
`InvalidArgumentException: Magic request methods require a URI and optional options array`
Lib at…
-
Minor UI issue: when creating a new site or editing an existing one the sidebar doesn't reflect the changes until the page is manually refreshed.
To reproduce:
1. Create a site
2. Edit the site…
-
Hi guys,
I had to reorder the arguments in the upload command for it to work. Using it as stated in your docs it failed.
The working form was:
```
npx @getmeli/cli upload \
./public \
…