Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
reading 'useMemo' error - Theo's Typesafe Cult
TTC
Theo's Typesafe Cult
•
3y ago
klazomenai
reading 'useMemo' error
hello
, i
've a project with nextjs trpc and prisma
. after yarn build and then copy to iis host i get TypeError
: Cannot read properties of null
(reading
'useMemo
'
) error
.
scripts
:
"build
"
:
"prisma generate
&
& next build
"
,
"start
"
:
"node server
.js
"
.
i finished project and want to host it at my windows server
- iis
. watching this video
https://www.youtube.com/watch?v=HLsx0iraA-Y&t=1s
thank you for your helps
.
YouTube
Ardi Nasiri
deploy next js on iis web server
Briefly explained about create a next js app
, install IIS on windows
, setup IIS web server and deploy next js demo app on IIS web server
.
usefull links
:
1
. Next js
:
https://nextjs.org/docs/getting-started
2
. Node js
:
https://nodejs.org/en/
3
. IIS node
:
https://github.com/tjanczuk/iisnode
4
. URL Rewrite
:
https://www.iis.net/downloads/microsoft/ur
.
.
.
Theo's Typesafe Cult
Join
26,564
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
tPRC error reading undefined
TTC
Theo's Typesafe Cult / questions
2y ago
should we stop using useMemo and useCallback in react v19?
TTC
Theo's Typesafe Cult / questions
2y ago
UploadButton Error: Cannot read properties of undefined (reading 'match')
TTC
Theo's Typesafe Cult / questions
2y ago
Reading public folder on prod
TTC
Theo's Typesafe Cult / questions
3y ago