apioo / fusio

Open source API management platform
https://www.fusio-project.org
Apache License 2.0
1.87k stars 223 forks source link

Fusio 5.1.1 Installation Issue #563

Closed pinalgirkar closed 4 months ago

pinalgirkar commented 4 months ago

I was manually installing Fusio 5.1.1 with following configuration: Alma Linux 8.10 (Cerulean Leopard), PHP 8.2 and MySQL 5.7, while installing the backend using this command (php bin/fusio marketplace:install fusio) it says "Invalid hash of downloaded app"

image

Steps I followed for installation:

  1. Download zip (https://github.com/apioo/fusio/releases/download/v5.1.1/fusio.zip) and extract it to a folder
  2. Open .env files and made this Change APP_URL, APP_APPS_URL, APP_CONNECTION
  3. Run this command

php bin/fusio migrate

  1. Run this command

php bin/fusio adduser

and fill the user details

  1. Run this command (php bin/fusio marketplace:install fusio) and see the issue

Can you please check if you are able to replicate this at your end?

chriskapp commented 4 months ago

Hi @pinalgirkar there was indeed a problem with the hash of the latest version but this should be now fixed, please check whether you can install the app as expected.

chriskapp commented 4 months ago

Our markteplace has now an automatic sync so updating the version and hash happens automatically so that those errors should not occur anymore.