Skip to content
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

ReactAdmin 5 update, edit does not work #176

Open
COil opened this issue Nov 21, 2024 · 0 comments
Open

ReactAdmin 5 update, edit does not work #176

COil opened this issue Nov 21, 2024 · 0 comments

Comments

@COil
Copy link

COil commented Nov 21, 2024

Hi,

We updated to ReactAdmin 5, and we noticed that a an edit form stopped to work.
We have added logs and In this case the provider is not called.

When in create mode, everything is OK and we have the following logs:

17:04:55,462 Form data submitted: 
                      Object { title: "sds",... }
                      [index.ts:39:14](http://localhost:5173/src/lib/ra-data-providers/postgrest-provider/index.ts)
17:04:55,502 DataProvider method called: create
17:04:56,702 Save successful [FormLayout.tsx:27:28](http://localhost:5173/src/components/layouts/FormLayout.tsx)
17:04:56,849 DataProvider method called: getOne

When in edit mode, we don't have the provider logs. Any hints to debug this?
Of course, if we revert before ReactAdmin 5, it works properly.

Thanks. COil.

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