-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility issues. #606
Comments
@Gerald-ux-ux I found this and it helped me: #575 |
@jkeussen Thanks bro |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
▲ Next.js 14.2.3
✓ Starting... ╥ OS: win32 10.0.19043 (arch: x64) I am having this above issue when trying to use notion with contentlayer after updating my contentlayer.config.ts file to this: import { makeSource, defineDatabase } from "contentlayer-source-notion"; const client = new notion.Client({ auth: process.env.NOTION_TOKEN }); export const Post = defineDatabase(() => ({ export default makeSource({ |
Content layer is not supported by Next 14.0.1
npm ERR! While resolving: [email protected] npm ERR! Found: [email protected]
Thats the error i keep getting. How can i resolve the issue?
The text was updated successfully, but these errors were encountered: