space-cli icon indicating copy to clipboard operation
space-cli copied to clipboard

CLI push fails with default --dir path

Open Huge opened this issue 2 years ago • 0 comments

space push fails with

Validating your Spacefile...
                                                     
Your Spacefile looks good, proceeding with your push!

✓ Successfully started your build!
✓ Successfully pushed your Spacefile!

~ Pushing your code (27 files) & running build process...

2023/11/23 10:45:15 internal server error
2023/11/23 10:45:15 error: internal error
! Error: failed to push code and create a revision, please try again

while like this finishes fine:

space push --dir `realpath .` 

  • space version 0.4.2 with the pre-built arm64 linux binary.

Huge avatar Nov 23 '23 09:11 Huge