Skip to content

What's Oops? "Oops something's gone wrong!" #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
merabchik opened this issue Sep 10, 2021 · 0 comments
Open

What's Oops? "Oops something's gone wrong!" #8

merabchik opened this issue Sep 10, 2021 · 0 comments

Comments

@merabchik
Copy link

Here is my case where is returned something strange response, I can't debug it why or how to track problem?
(Nice solution for fast API mapped with database schema, thanks)
https://127.0.0.1:8000/default/product.json
{
"response": {
"status": 400,
"message": "(0) Oops something's gone wrong!"
}
}

CONFIG:
'default' => true, // Default dataset
'name' => 'database_name',
'username' => 'root', // root is default
'password' => 'pass', // root is default
'server' => 'host', // localhost default
'port' => 3306, // 3306 is default
'ttl' => 1, // Cache time to live. Disable cache (1 second only)
'type' => 'mysql', // mysql is default
'table_docs' => $docs['dataset'],
'table_list' => [], // Tables's whitelist (Allow only the tables in this list, if empty allow all)
'table_blacklist' => [/blacklist users table/
$users_table,
], // Tables's blacklist
'column_list' => [], // Columns's whitelist (Allow only the columns in this list, if empty allow all)
'column_blacklist' => [], // Columns's blacklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant