icebob / kantab

[WIP] Kanban board application. Powered by Moleculer & Vue.JS
GNU General Public License v3.0
138 stars 31 forks source link

Fix Parser Error due missing schema #23

Closed brasiqui closed 2 years ago

brasiqui commented 2 years ago

On the first run, the schema was not returned, generating an error: "Parser error: end of the stream or a document separator is expected". Only after regenerating the schema did the ui work. (i.e: Saving and hot reloading a file).

image