Javascript Reload Loop Sage 9

Hi, guys!

I’m using Sage 9 (last version) for this new project, and all goes great until I start to add some custom Javascript.

No matter what I change (even with the original source), Webpack keeps reloading the page over and over again. I have to stop yarn, run the build process and start over.

Here is the error I saw on the console, any help is appreciated

CloudApp

Nevermind, I found the answer here: Sage 9 - JS doesn't update on reload

I have an extra “/” in my “publicPath” value.

I’m having this issue still and I followed the debug steps from the linked solution