79823530

Date: 2025-11-18 15:29:25
Score: 1.5
Natty:
Report link

can you provide more information about how did you created the zip file?

It seems that when your zip file is unzipped it contains additional folder which is zipfilename in your case.

You can solve this by zipping like this:

# go to your application folder
cd ruby-app-folder
# zip everything recursively and create app.zip in parent folder
zip -r ../app.zip ./*
# go back to folder where the zip is created
cd ..

Then when you deploy through "Upload application version" the application should be unzipped correctly.

Can you try that and confirm my assumptions?

Reasons:
  • Whitelisted phrase (-2): Can you try
  • Whitelisted phrase (-1): in your case
  • RegEx Blacklisted phrase (2.5): can you provide
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): can you
  • Low reputation (0.5):
Posted by: Cockootec