rokka-io / rokka-dashboard

Serverless dashboard for rokka.io
https://rokka.io
MIT License
7 stars 0 forks source link

Stacks can't be created anymore #114

Closed KilianSSL closed 5 years ago

KilianSSL commented 5 years ago

When i try to save a new stack it seems like it will take forever. Opening the browser console reveals an error:

schema is invalid: data.properties['resize_to_primary'].type should be equal to one of the allowed values, data.properties['resize_to_primary'].type should be array, data.properties['resize_to_primary'].type should match some schema in anyOfschema is invalid: data.properties['resize_to_primary'].type should be equal to one of the allowed values, data.properties['resize_to_primary'].type should be array, data.properties['resize_to_primary'].type should match some schema in anyOf at v.validateSchema (ajv.js:196)

Plattform: MacOS X / Chrome Version 72.0.3626.109

mweibel commented 5 years ago

Thanks. @chregu will fix on API side.

https://api.rokka.io/operations returns resize_to_primary type as bool but according to specs it should be boolean.

mweibel commented 5 years ago

fixed.