REMINDER
the cli takes my whole rootfolder to be a file
-
Hey there folks - I am trying to push a vue app to appdrag and I have tried pushing the dist folder and even the root folder and everytime it gives me the error message that I need to push a folder not a file: I used: appdrag fs push dist and then I tried the same command for my entire rootfolder, but same error
-
@Linda-MacDonald I Think I know what the problem is, but can you screenshot your Terminal window that you're using for the upload?
My suspicion is that you need to include a "/" at the end of your command like so:
appdrag fs push dist/
The forward slash, depending on your operating system, will tell the filesystem you want the contents of the folder, not the folder itself.
-
hey there @Daniel-Mulroy I took another look at it and as it turned out I did have a zip file which I uploaded...the app is running on appdrag but for sure I'll try the / at the end next time cause it was rather peculiar error message and even more peculiar since it did what it was meant to do