Open vulpius2 opened 4 years ago
I have the same issue while pushing stratos app to CloudFoundry from Windows OS...... On Unix based OS everything works fine
Same problem while pushing app to Cloud Foundry OS : Windows 10.
@vulpius2 Thanks for raising this issue. Something similar has been reported in https://github.com/cloudfoundry/stratos/issues/4367. Are you also using Pivotal Cloud Foundry?
@vulpius2 @S-logic @msalka Can I confirm the version of stratos you're trying to push, is this from the master
branch or a specific version?
I'll spend some time on this today, hopefully sounds like a basic windows file permission issue
Hi @richard-cox in my case, I was trying push version v3.2.1 without any local changes.....
Ok, it looks like this is an issue with how we do custom builds with symlinks in 3.2.1 and before. In 4.0.0 we've reworked this whole process and I'm glad to say that, with a bit of work, the whole experience when using Stratos from Windows should be better. I've confirmed that npm prebuild-ui
and cf push
works fine. We're due to release 4.0.0 in the next few weeks, once release could all confirm it's fine and let us know?
Thanks @richard-cox so we are waiting for release 4.0.0 and then i 'll send to you actual status of the issue. I hope everythink will be ok
Frontend Deployment type
Backend (Jet Stream) Deployment type
Expected behaviour
publishing
Actual behaviour
unpublished
Steps to reproduce the behavior
npm install npm run prebuild-ui cf push -f .\manifest.yml --hostname stratosv321
Log output covering before error and any error statements
Detailed Description
OS win 10 Pro
Context
Possible Implementation