next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

Learn Next.js Starter Code

Results 275 next-learn issues
Sort by recently updated
recently updated
newest added

In [this section](https://nextjs.org/learn/dashboard-app/error-handling#adding-trycatch-to-server-actions), the calls to `parse()` should be moved to inside the `try` block as `parse()`, unlike `safeParse()`, will throw on error.

Hello there, I am developing the project using next.js app router. Sometimes I can't load scss, so my project style is broken. It can load style directly without scss. What...

RevenueChart is in the /dashboard Page, why will trigger RevenueChart to refresh when navigation to other page, such as /dashboard/customer, /dashboard/invoices, /dashboard/invoices/14/edit. this will cause many sql query, even if...

### What is the documentation issue? ### The error comes from the fetchRevenue() function located in the app/lib/data.ts file. ``` export async function fetchRevenue() { try { // Artificially delay...

documentation

Fix invalid input syntax for type integer error when create or update data in database where constant amountInCents is divided by 100. Closes (#636)