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
I created some symlinks in my build script because I have a bunch of large binaries that I didn't want to copy.
For example (The App location is set to /www):
/www/releases/v1/v1.bin --> /src/fw_release/v1/v1.bin
But now my pipeline fails at the Static Web App step with a not helpful error:
An unknown exception has occurred
For further information, please visit the Azure Static Web Apps documentation at https://docs.microsoft.com/en-us/azure/static-web-apps/
If you believe this behavior is unexpected, please raise a GitHub issue at https://github.com/azure/static-web-apps/issues/
Exiting
##[error]Error: The process '/bin/bash' failed with exit code 1
I suspect that it's the symlinks that broke it. I couldn't find documentation that says that symlink is not supported.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I created some symlinks in my build script because I have a bunch of large binaries that I didn't want to copy.
For example (The App location is set to /www):
/www/releases/v1/v1.bin --> /src/fw_release/v1/v1.bin
But now my pipeline fails at the Static Web App step with a not helpful error:
I suspect that it's the symlinks that broke it. I couldn't find documentation that says that symlink is not supported.
Beta Was this translation helpful? Give feedback.
All reactions