You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated to latest version of next and always getting error:
SyntaxError: Unexpected token m in JSON at position 0
at Object.parse (native)
at _callee$ (E:\projects\mr47\client\node_modules\next\dist\server\read-page.js:51:32)
at tryCatch (E:\projects\mr47\client\node_modules\regenerator-runtime\runtime.js:64:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (E:\projects\mr47\client\node_modules\regenerator-runtime\runtime.js:355:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (E:\projects\mr47\client\node_modules\regenerator-runtime\runtime.js:116:21)
at step (E:\projects\mr47\client\node_modules\babel-runtime\helpers\asyncToGenerator.js:17:30)
at E:\projects\mr47\client\node_modules\babel-runtime\helpers\asyncToGenerator.js:28:13
at propagateAslWrapper (E:\projects\mr47\client\node_modules\async-listener\index.js:421:23)
at E:\projects\mr47\client\node_modules\async-listener\glue.js:188:31
at E:\projects\mr47\client\node_modules\async-listener\index.js:458:70
most part of error log ase useless but it's seems its connected to 165924b
JsonPagesPlugin making some black magic on pages.
Thanks!
The text was updated successfully, but these errors were encountered:
I have a simple project with one page
index.js
using programmatic api (express)Super simple page:
updated to latest version of
next
and always getting error:most part of error log ase useless but it's seems its connected to 165924b
JsonPagesPlugin
making some black magic on pages.Thanks!
The text was updated successfully, but these errors were encountered: