What is _NEXT_DATA_?
Answered
Abyssinian posted this in #help-forum
AbyssinianOP
Hello? Why some applications have
__NEXT_DATA__ in script tag in body, but my application doesn't have anything like this?Answered by joulev
left is the pages router
right is the app router
this is how to identify pages router or app router for any nextjs applications
right is the app router
this is how to identify pages router or app router for any nextjs applications
2 Replies
This is just Next doing its thing. Prod build might look a little different.
@Abyssinian Hello? Why some applications have `__NEXT_DATA__` in script tag in body, but my application doesn't have anything like this?
left is the pages router
right is the app router
this is how to identify pages router or app router for any nextjs applications
right is the app router
this is how to identify pages router or app router for any nextjs applications
Answer