Status: 500 "[object Object]" is not valid JSON | Document Store #3924
Replies: 1 comment
-
I used filezilla to connect to render and downloaded the database.sqlite, was able to fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been fiddling with the API and created new entries, including document loaders, altering embedding / vector db / record manager settings. But now when I open the document stores tab in Flowise I am getting:
Status: 500
"[object Object]" is not valid JSON
An api call to get all my stores also returns a 500 so I cant get the ids of the faulty store to delete it via the api.
I am hosting flowise on render
I have checked on my local machine the sqlite file (database.sqlite) but it is showing no document store data, which is weird because when I query a known id from the api I am retrieving the correct details of the store. I am lost, please help :)
Beta Was this translation helpful? Give feedback.
All reactions