13.3.1->13.4.7 Results in 'undefined' appended to all file references?
Unanswered
Alligator mississippiensis posted this in #help-forum
Alligator mississippiensisOP
I bumped from 13.3.1 to 13.4.7 and my app breaks because something is adding 'undefined' to all the resource paths. So no javascript actually loads. See below. I can't figure out where to start looking for the root cause of this behavior change?
3 Replies
Since you're bumping why not bump all the way to Next 14?
Also you should try removing .node_modules and .next and then retrying this
Alligator mississippiensisOP
I will try bumping to 14 next. We had some issues with internal libraries so I want to do an iterative bump just to be confident where it fails, if it fails.