-
Notifications
You must be signed in to change notification settings - Fork 0
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
2023/10/17/Fixed%20the%20broken%20search%20in%20nextjs-notion-starter-kit/ #20
Comments
In your case, the correct command is 'yarn add patch-package |
@huiboxes exactly. |
thank u~it helps me a lot😃 |
@Juno65juno1 :) |
Good job ! And do you have article to introduce how to add comment function on this blog website? |
@bluexg7 I don't have immediate plans to write about this, but I use |
A super great article!! Thank you for your help!! |
@Cuctut JS works fine in a TS environment; just define a prop in tsconfig.json as
|
@danni-cool I am a beginner in this field, and I know what you mean, but I don't know how to operate it specifically. TvT |
Hello everyone! I've decided to abandon the Next.js Notion starter kit for my website. Instead, I recommend trying out the solution of Notion + Elog + Hexo. It allows for easy DIY and offers better page speed. I'll write an article to introduce it next time! |
Hello @danni-cool, thank you for this guide! I am curious if you have moved to Notion + Elog + Hexo? |
Hi! I tried this and worked while running in dev mode. However it failed when deployed on Vercel. Any idea how to apply the patches? The build log said the patch applies though, however the search still error.
|
@YesYouKenSpace Oh, I’m sorry for the delayed reply — it’s been a while since I noticed your message. I’d like to briefly explain the two main reasons why I stopped using the Notion Starter Kit:
With these considerations in mind, I now use Notion + Elog + Hexo to meet my needs. |
@chandragie try to fix the version of "notion-client" in |
That's so weird. Mine is 6.15.6 already |
However, your log shows you are applying a patch that is prepared for notion-clinet@6.15.6 but finally applied to notion-client@6.16.0, I'm not sure 6.16.0 has any changes may conflict with the patch file. |
I found that Vercel need to specify modules name to patch.
However, this still doesn't work. Currently I got error 500 at
Have been looking around for solutions but none work. |
@chandragie |
NVM, I got it working. Somehow |
glad to hear that, good luck! |
Awesome, it works! Thanks a lot for sharing. 👍 |
Hey ! I know this is a bit olde now, but I am running into dependency issues and problems with packages being out of date or functions being changed when using the next-js-starter-kit. Any change you're still interested in doing your tutorial / walkthrough of how you built this site? |
Fixed the broken search in nextjs-notion-starter-kit - Danni.cool - Daniel's Blog
If your nextjs-notion-starter-kit is v2.0.0 and broken in search
https://danni.cool/2023/10/17/Fixed%20the%20broken%20search%20in%20nextjs-notion-starter-kit/
The text was updated successfully, but these errors were encountered: