TinyActive / cosmos-servapps

Cosmos Market Apps Build By TinyActive
https://cosmos.4sdk.net/
GNU Affero General Public License v3.0
36 stars 5 forks source link

DiskStation Create issue #18

Closed UnKwang9 closed 2 months ago

UnKwang9 commented 3 months ago

Describe the bug There is a issue with the DiskStation/cosmos-compose.json file. I installed it by deleting the stop_grace_period line.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Market'
  2. Click on 'DiskStation@TinyActive'
  3. Click on 'Install'
  4. Leave the defaults as they are and Click on 'Next'
  5. Click on 'Create'
  6. See error

Screenshots image

Additional context The version of cosmos I'm using is 0.15.7

vncloudsco commented 2 months ago

The error has been fixed. detail: The error you're encountering is caused by the value "stop_grace_period": "1m" being passed as a string, while Go requires an integer data type