You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Create a fresh Nuxt project or use an existing one.
2. Install and configure @nuxt/content module.
3. In nuxt.config.ts, modify the content.api.baseURL to point to a custom or remote API endpoint. For example:
content: {
api: {
baseURL: '/_content'
}
}
Describe the bug
When I modify the content.api.baseURL setting in the nuxt.config.ts file, the server-side rendering (SSR) service begins to experience high memory usage, eventually leading to an “Out of Memory” (OOM) error.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
content: {
api: {
baseURL: '/_content'
}
}
Describe the bug
When I modify the content.api.baseURL setting in the nuxt.config.ts file, the server-side rendering (SSR) service begins to experience high memory usage, eventually leading to an “Out of Memory” (OOM) error.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: