-
Uncaught ReferenceError: process is not defined
at node_modules/@contentful/rich-text-from-markdown/dist/rich-text-from-markdown.es5.js (@contentful_rich-text-from-markdown.js:17300:19)
at _…
-
## Expected Behavior
No console error. Ideally, no workaround required to use `contentful` with `nuxt`.
## Actual Behavior
```ts
import * as contentful from 'contentful'
const contentfulCli…
-
## Expected Behavior
`getEntries` load the content
## Actual Behavior
In NextJs the contentful library is not loading when it's used in the API route.ts file in production.
In development it…
-
yarn run cf-export.
The log seems to have an issue with space_id but this is correct?
I get a 404 result in the logs.
```
{
"scripts": {
"cf-export": "contentful space export --config co…
Saf98 updated
2 weeks ago
-
Package doesn't support ESM?
`ReferenceError: __filename is not defined`
```
node_modules/.pnpm/@contentful+node-apps-toolkit@2.8.2/node_modules/@contentful/node-apps-toolkit/lib/keys/get-managem…
-
## Expected Behavior
Contentful package should be available as ES modules.
Any objects imported from contentful should not throw a warning when building in Angular CLI.
## Actual Behavior
Wh…
-
Would be nice to use this app with Text as List:
https://github.com/commercelayer/contentful-app/assets/1681269/d1256bef-25ec-439e-9471-39ff2e44630f
cc: @acasazza @malessani
-
## 🐛 Bug Report
This bug happened to me after a while of using the package so it might not be easy to reproduce.
I am unable to run my project due to CORS policies. This does not happen using Fl…
-
## Expected Behavior
Importing `contentful` library in a react-native app works without errors
## Actual Behavior
Contentful is trying to import a Node functionality:
```
The package at "..…
-
I would like to be able to update webhooks using the `contentful space import` command. Currently, the command only capable of creating webhooks, but fails when attempting to update them.
## Expect…