-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUDI-7587] Unable to import application #11960
Comments
Hi Andy. Just to double check, are you using an encrypted export or not? I've just tested both types of export, and they both do correctly import again without an issue. Is your export downloaded properly as a |
@aptkingston I am exporting unencrypted and I get a .tar.gz file. I've tried with and without table data and neither works. |
Andrews app-export-1696339861234.tar.zip |
I'll take a look - thanks for the export. |
Does that export fail if you import it into cloud as well? |
@aptkingston yes it fails on cloud as well |
Could you email me the unzipped version, just exactly as you got it from Budibase? That test app is fine. |
Sent, hopefully my outbound email won't block it |
Looks like it might have been blocked because I didn't receive anything. Are you able to jump on discord? |
Sent from my gmail instead |
That export works fine for me, tested in both cloud and self host. I really can't think of a reason why this wouldn't work for you, especially in cloud... Do you get that same HTTP 500 with "Cannot import a non-text file" in cloud too? |
@aptkingston I have also just sent the file to my mac and tested from that and it did work. Could this be down to the way that windows is handling the file? |
We have a suspicion that this is the case, will need to investigate further. |
I tried this on cloud via a Windows laptop and could not reproduce, it worked fine. |
Hey @andyburgessmd I was able to replicate the App exports must have the file extension I was able to import your app by extracting the files from your zip file, and running the following command: tar -cvzf andrews.tar.gz -C Andrews . |
@melohagan the file was zipped so that it could be transferred, sending the .tar.gz was being blocked. |
Could you please upload the |
Imports for me on cloud and self-hosted. Will try on Windows later on. |
Hey @andyburgessmd I tried importing that app export you provided on a Windows laptop, and it was fine. I'm not really sure what to suggest. |
Thanks for testing @melohagan. I'm going to raise it with our group IT, I bet they have done something annoying like scan it and strip out something. |
Checklist
Hosting
Describe the bug
Due to issues with cloud hosted version (#11855) I have been trying to migrate to a self-hosted version, which I have running via hossted on AWS.
When I try to import a application which has been exported from my cloud version, the import fails with the message in console of 'Cannot import a non-text based file.'
I have tested importing back to a cloud tenant and it also shows this issue.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
The application should import.
App Export
I will provide this privately is needed.
Desktop:
BUDI-7587
The text was updated successfully, but these errors were encountered: