I just pulled the dev-7 branch and, when I try to install, the installer stops in the Codegarden photo. I get a 404 error on the console for install.loader.js
Any idea what's going on? It's just me or there is actually an issue with the file?
Usually, the frontend files didn't build (correctly).
In Visual Studio, go to View > Other Windows > Task Runner explorer and when that pops up double click on the build task.
After that is done, make sure web.config has debug="true" set and if it still doesn't load maybe try clearing your browser cache or try in a different (clean) browser.
I assume you checked that the file is actually there. :-)
Just thought I'd throw another suggestion at you in case Sebastiaan's answer doesn't work (although he's surely the expert here!).
I set up the same branch today and worked fine so something probably went wrong with one of the steps. Did you Powershell into the root of the repo and run build\build.ps1 from a Powershell? I had to run that, then follow up by running build.bat in the Powershell too.
I think I had a big mess in my repo, I deleted everything, cloned again and followed all the steps that Ben and Sebastiaan suggested. All working now :)
Issue installing from dev-7
I just pulled the dev-7 branch and, when I try to install, the installer stops in the Codegarden photo. I get a 404 error on the console for install.loader.js
Any idea what's going on? It's just me or there is actually an issue with the file?
Usually, the frontend files didn't build (correctly).
In Visual Studio, go to View > Other Windows > Task Runner explorer and when that pops up double click on the
build
task.After that is done, make sure web.config has
debug="true"
set and if it still doesn't load maybe try clearing your browser cache or try in a different (clean) browser.I assume you checked that the file is actually there. :-)
Hi Mario,
Just thought I'd throw another suggestion at you in case Sebastiaan's answer doesn't work (although he's surely the expert here!).
I set up the same branch today and worked fine so something probably went wrong with one of the steps. Did you Powershell into the root of the repo and run
build\build.ps1
from a Powershell? I had to run that, then follow up by runningbuild.bat
in the Powershell too.Try that then a clean and rebuild, might help.
I think I had a big mess in my repo, I deleted everything, cloned again and followed all the steps that Ben and Sebastiaan suggested. All working now :)
Thanks for your help guys.
is working on a reply...