Skip to content
#

Next

nextjs logo

Next.js is an open source React front-end development web framework that enables functionality such as server-side rendering and generating static websites for React-based web applications.

Here are 39,657 public repositories matching this topic...

next.js
smeubank
smeubank commented Jun 21, 2022

Describe the feature you'd like to request

Want to be able to create NextJs v12.x application, instrumented with sentry-javascript v7.x on Vercel. With all the new features of both respectively. Including new features and fixes, listed in both release notes respectively.

Describe the solution you'd like

The with-sentry example application should be default latest version of NextJs

good first issue area: examples
Kap
blitz
next-auth
roberte777
roberte777 commented Jul 13, 2022

Question 💬

In the type definition for JWTEncodeParams, maxAge is defined as optional.
image

export interface JWTEncodeParams {
    /** The JWT payload. */
    token?: JWT;
    /** The secret used to encode the NextAuth.js issued JWT. */
    secret: string | Buffer;
    /**
TypeScript good first issue
tiacop
tiacop commented Mar 24, 2021

Would be supercool to have "BlogPosting" as article JSON-LD type.

From the Google Docs (https://developers.google.com/search/docs/data-types/article#non-amp):

Article objects must be based on one of the following schema.org types: Article, NewsArticle, BlogPosting. (https://schema.org/BlogPosting)

I tried to use "BlogJsonLd" as type for Blogposts, but the Google Rich Result Test (https:

serverless-next.js
nextra
create-t3-app
TheoBr
TheoBr commented Jul 14, 2022

Might be less relevant post-v10

Including this would make my life much easier

import * as trpc from "@trpc/server";
import { createRouter } from "./context";

export function createProtectedRouter() {
  return createRouter().middleware(({ ctx, next }) => {
    if (!ctx.session || !ctx.session.user) {
      throw new trpc.TRPCError({ code: "UNAUTHORIZED" });
    }
    return next
help wanted good first issue

Created by Vercel

Released October 25, 2016

Latest release Today

Repository
vercel/next.js
Website
nextjs.org
Wikipedia
Wikipedia