CACanta Andreiindeiucanta.hashnode.dev路Jan 29, 2022 路 1 min readSelf-Signed Certificates that Work in ChromeThis article was originally posted on my personal blog. Creating a self-signed certificate is quite simple. However, Google Chrome flags most of them as insecure and doesn't even give you the "proceed" button/link. In order to make it work, you nee...00
CACanta Andreiindeiucanta.hashnode.dev路Jan 29, 2022 路 1 min readCustom NextJS Server with TypescriptThis article was originally posted on my personal blog. There is an official NextJS guide on how to create a custom server. However, it only works with JavaScript. Please follow their guide and come back. https://nextjs.org/docs/advanced-features/...00
CACanta Andreiindeiucanta.hashnode.dev路Jan 19, 2022 路 1 min readHow to integrate Paddle.js with Next.js?This article was originally posted on my personal blog. First, you should add some variables into your .env file. PADDLE_VENDOR_ID=... PADDLE_VENDOR_AUTH_CODE=... PADDLE_SANDBOX=true NEXT_PUBLIC_PADDLE_VENDOR_ID=$PADDLE_VENDOR_ID NEXT_PUBLIC_PADDLE...00