rairprotocol / rair-dapp

Source code for RAIRprotocol ecosystem
https://rairprotocol.org
Apache License 2.0
1.31k stars 934 forks source link

Customization issue: Error encountered while uploading custom logo #218

Open niteenbalpande opened 6 days ago

niteenbalpande commented 6 days ago

I encountered an issue while trying to upload a custom logo. The following error pop-up appeared during the upload process:

Unable to upload image at the moment

Steps to reproduce:

Expected behavior:

Actual behavior:

Browser log Request URL: http://localhost:8088/api/settings/appLogo Request Method: POST Status Code: 500 Internal Server Error Referrer Policy: strict-origin-when-cross-origin Screenshot 2024-09-16 131655

jmsm412 commented 6 days ago

Hi, please check the IPFS_SERVICE value in your environment file, currently we support 'pinata' and 'filebase' for the ipfs services from https://pinata.cloud/ and https://filebase.com/ respectively. If your service is pinata you'll need to set the PINATA_KEY, PINATA_SECRET, PINATA_GATEWAY values in your environment file. If your service is filebase you'll only need to set the FILEBASE_BUCKET value in your environment file.