I set up dreamfactory and configured it to fetch data from SQL server. Everything is fine except that I am not able to get data from a particular table. This table is used to store the user login information. It gives me this error message
“Whoops, looks like something went wrong.”
I ma using postman to send the request for data. The backend database is SQL.
check your dreamfactory log for specific error information. “Whoops looks like something went wrong” is the generic internal server error from your web server.
I looked into the logs but seems like nothing is logged, logs are from some old time. Do I have to bump up log level or something.
you can change the log level to debug in the .env file to get more logging information.
you may want to check your Apache log as well.