I faced this error while having a react js web application requesteing data from backend services which talk to our rethinkdb database.
The root cause was there were no tables created in the database and backend services are requiringn these tables to process the request.
So after creating the data tables and inserting data into the tables I was able to solve the error.
The root cause was there were no tables created in the database and backend services are requiringn these tables to process the request.
So after creating the data tables and inserting data into the tables I was able to solve the error.
No comments:
Post a Comment