fonk-apps / fonk-examples

Web application examples using FaaS/Object Storage/NoSQL on K8S
38 stars 6 forks source link

Frontend does not reload after creating new entry #12

Closed juliogomez closed 6 years ago

juliogomez commented 6 years ago

From the web interface, after you perform a 'create' action with the 'Submit' button, the web page does not refresh automatically running a 'list'. This means that you cannot verify immediately if your entry was created succesfully or not, and need to manually refresh again.

nerdguru commented 6 years ago

This turned out to be an issue with return types from the Create function not being proper JSON like it is in the List function.