SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.15k stars 659 forks source link

There was an error fetching records. Check out console to see more information #1550

Closed eakenbor closed 5 months ago

eakenbor commented 1 year ago

Contact Details

No response

What happened?

I get this error whenever I try to load the list of documents: "There was an error fetching records. Check out console to see more information". However, I do not know where I can catch and read off the detailed error message to know what exactly went wrong. Please how can I do that? Company (5)

Bug prevalence

Every time

AdminJS dependencies version

"adminjs": "^7.0.5",

What browsers do you see the problem on?

No response

Relevant log output

No response

Relevant code that's giving you issues

No response

TousifProvat commented 12 months ago

You can read the details in your IDE terminal.

If you're using ExpressJs and MongoDB as your database. I may be able to help.