-
Notifications
You must be signed in to change notification settings - Fork 317
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
Record with identifier xxxx not found #517
Comments
Hello! Can you specify what type of database you're trying to connect to while testing here? I'll see what I can/can't recreate. Typically, views should be seen and treated the same as tables within DF. But you will want to make sure the user DreamFactory is using to connect to the database has permissions for that view. |
Hi @nicdavidson
THE DD INTERFACE I can create the following in DF to access my postgreSQL db.
Right so that was the creation process. No problem. BUT...... Now I want to try and view or edit anything. Nothing of the above created functionality is accessible. I get an error on every occasion when trying to access any of the above settings. Example: If I try to access API Keys, this is what I get...... I get the same error (just with a different identifier number) when trying to access/edit/view API Types, Roles, Schema as well. DATA ACCESS |
I have just installed the latest version of Dreamfactory
I can add new API keys and API types etc. I can even call the tables via API connection, however, I cannot edit any of the API, roles etc.
I also cannot access view, only tables. I can see all the view in Admin settings but as soon as I click a table or view
I get these errors
Record with identifier xxxx not found
and Table "amwhiz_customer_plans-amwhiz_customer_plans" does not exist in the database when I selecta table in the schema, even though I can access the table when calling the API.
Seem like there is a problem with the latest version.
The text was updated successfully, but these errors were encountered: