Markdown Editor (Next.js, MongoDB, TailwindCSS, Puppeteer, Next-auth)
Design comparison
Solution retrospective
Hello! 👋 Please check out this markdown editor if you have the time
Let me know if there are any problems or where I can improve, any and all feedback will be greatly appreciated, Thank you! 👍
Community feedback
- @DanielArzaniPosted 10 months ago
Hello, I tried viewing your solution but all I got was a white page with the following text
Application error: a client-side exception has occurred (see the browser console for more information).
This was what was in the console -> TypeError: Cannot convert undefined or null to object
Marked as helpful1@David-Henery4Posted 10 months ago@DanielArzani Cheers for pointing this out to me mate! It should be working now! 🤞
The problem was the NEXTAUTH_URL environment variable had to be set to the projects base URL in the Vercel environment settings and in the env.local file as well. Where as I had set it in the Vercel settings to the live URL and in the local env it was set to localhost.
Everything should be working now though, thank you for pointing it out mate, much appreciated 👍
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord