-
Hi - we'd like to contribute an entire article about using Azure with ButterCMS (a headless CMS). We're opening this issue to get your thoughts + approval before we proceed with a full draft tutorial…
-
Getting an error in v1.2.10 of the package with axios
`TypeError: axios.create is not a function (get, butter.js:53)`
The project that I'm using this library in does not have a separate install…
-
The latest version `buttercms` on [NPM](https://www.npmjs.com/package/buttercms/?activeTab=versions) is 1.2.10, when will version 1.2.11 be published to NPM so that we can get the fix for the [axios.c…
-
## Description
Cloning the repository and `npm install` results in an installation of `Nuxt v3.0.0-rc.3` - and ButterCMS works as expected.
The strange issue that `package.json` refers to `nuxt…
-
### Summary
Next fallback rewrites stopped working after updating my next version, but only when deployed to netlify, as they still work locally. It appears as if the last working version of next was…
-
`Client.api_get` makes its request without a timeout. This will cause client sites to hang if ButterCMS has an incident. It will also exacerbate any incidents since requsets will pile up - a so-called…
-
https://github.com/ButterCMS/buttercms-rails/blob/df2f8b6f55bc17e92e8ae860784c288b4f4dfd99/buttercms-rails.gemspec#L18
This should like be `>=`
-
The SDK should be able to be configured via an ENV to allow / disable the preview function like in the [react starter project for example](https://github.com/ButterCMS/react-starter-buttercms/blob/mai…
-
## The dependency [gatsby](https://github.com/gatsbyjs/gatsby) was updated from `2.0.25` to `2.0.26`.
🚨 [View failing branch](https://github.com/WebPurple/site/compare/master...WebPurple:greenkeeper…
-
When calling: `https://api.buttercms.com/v2/pages/*/?preview=1&auth_token=` according to the API doc it should return me an array with all available pages.
But the array is always empty even though …