Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

DataModel.load() failed - status: 500 #225

Closed
nhhphuoc1993 opened this issue Jun 21, 2018 · 2 comments
Closed

DataModel.load() failed - status: 500 #225

nhhphuoc1993 opened this issue Jun 21, 2018 · 2 comments

Comments

@nhhphuoc1993
Copy link

nhhphuoc1993 commented Jun 21, 2018

I use kong, konga, docker and Cassandra database in my project. First, in keyspace kong, I insert 8 records into table kong.apis using INSERT queries. Next, I access http://localhost:1337/#!/apis, and see a list of apis successfully because the table kong.apis contain only 8 records. initial_table_with_8_rows_inserted_using_insert_queries After that, I insert extra 1 record into kong.apis also using insert query, and then I access http://localhost:1337/#!/apis again but I see no apis.
extra_1_rows_inserted_using_insert_query
error_with_9_rows_inserted.txt
If I add a new api through clicking on "ADD NEW API" button on http://localhost:1337/#!/apis, it is successful.
In general, once there are more than 8 records added into kong.apis using INSERT query, and reload the page, error happens and no api display.

@pantsel
Copy link
Owner

pantsel commented Jun 21, 2018

@scbsoccer , that is strange. What happens if you try to fetch the apis directly from Kong via postman or any other REST client?

@pantsel
Copy link
Owner

pantsel commented Jul 23, 2018

Closing as outdated. Feel free to reopen if needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants