You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
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. 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. 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.
The text was updated successfully, but these errors were encountered:
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. 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.
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.
The text was updated successfully, but these errors were encountered: