This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Error saving meal to Kitura: 500 : Internal Server Error #38
Comments
Hi, can you provide a bit more information please. Which stage of the tutorial are you doing? Can you share the code you're having problems with? |
Hi thanks for looking.
I am receiving the error as soon as I implement the database.
So completing the tutorial but not completing any further stages.
Due to the generic error I’m finding it hard to confirm what part of the system is generating the issue.
I’m away from the desk will see if I can provide further debug info.
Thanks
Ryan Edwards
…Sent from my iPhone
On 13 Feb 2019, at 17:32, Ian Partridge <[email protected]<mailto:[email protected]>> wrote:
Hi, can you provide a bit more information please. Which stage of the tutorial are you doing? Can you share the code you're having problems with?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#38 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHw5WAGEBX-DHFiC-Al7MzudnCkiMK6lks5vNEwYgaJpZM4a5z4r>.
|
Ok let me know when you have something I could look at. |
Hi Ian. I have investigated further. Generally the data is being stored in the DB however the error is being thrown from the line: client.post("/meals", data: meal) { (meal: Meal?, error: Error?) in in the MealTableViewController |
I suggest you find your POST handler in the Kitura app: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
receiving the below error after any attempt to add records after the initially successful record
Error saving meal to Kitura: 500 : Internal Server Error
built on Xcode 10.1 Mojave
Also getting the same error when using the forked build.
The text was updated successfully, but these errors were encountered: