1. Anser – yarn cache clean – rm -rf node_modules/ – rm -rf .next/ 2. Reference https://stac…
未分類
NextAuth.js : Getting Started – Add API route
1. Reference https://next-auth.js.org/getting-started/example#add-api-route 2. Add API route import NextAuth f…
NextAuth.js: unstable_getServerSession
1. reference Backend – API Route To protect an API Route, you can use the unstable_getServerSession() me…
Next.js:Module not found: Can’t resolve ‘fs’
1.前提条件 – next@12.2.5 – 環境変数を設定しようとした – client側のindex.tsx でrequire(‘dotenv’)を記述する…
MaterialUI: Change checkbox background
1. Reference – Data grid – Styling – Styling column headers https://mui.com/x/react-data-gri…
Ubuntu :MariaDB install , mysql package install for nextjs
1. Reference – Ubuntu 20.04にMariaDBをインストールする方法 https://www.digitalocean.com/community/tutorials/how-to-i…
Ubuntu : OpenSSH Server Install
1. Reference https://ubuntu.com/server/docs/service-openssh 2. Install $ sudo apt install openssh-client $ sud…
MaterialUI :BootstrapDialogの角を丸めて、bodyでscroll
1. Add style to BootstrapDialog https://mui.com/material-ui/react-dialog/ – exampleへの追加 – Bootstra…
Material-UI : Add Style to table
1. Add Style to table – Customization tableのstyleを Sorting & selecting tableに移す https://mui.com/mat…
Material-UI : Adding Customization CSS styles
1. やること – CustomizationのstyleをCollapsible に適用する – rowの背景を交互に色違いにする – コピペしただけでは、交互の色違いにならない 2…