next13-pocketbase-demo icon indicating copy to clipboard operation
next13-pocketbase-demo copied to clipboard

Demo for the new Next.js 13 features with Pocketbase.

Results 22 next13-pocketbase-demo issues
Sort by recently updated
recently updated
newest added

Host address should be removed to .env.local for security. Just a nitpick, but it is good to practice correctly. Something like `${process.env.HOST}` should be used in the string fields of...

CreateNote component was incorrectly imported

When turbopack is enabled, it complains about the appDir setting. ``` - Unsupported Next.js configuration option(s) (next.config.js) To use Turbopack, remove the following configuration options: - experimental.appDir ```

In Firefox, when creating a new note the site crashes and an unhanded network fetch error is displayed for a split second. Tested same instance in edge and chrome witch...

Next 13.4 errors pages must be client components Ref: https://nextjs.org/docs/app/building-your-application/routing/error-handling

Link to Pocketbase DL in your README is incorrect. https://github.com/fireship-io/next13-pocketbase-demo/blob/main/pocketbase.io

import error. "Create" file does not exist. Updated name to existing "CreateNote.tsx" file

The folloing error.tsx and loading.tsx fails and gives the following error Unhandled Runtime Error 1 of 1 Error: Functions cannot be passed directly to Client Components because they're not serializable....