-
Notifications
You must be signed in to change notification settings - Fork 49
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
[*] Pagination - Only one page of table results shows up in Forest #292
Comments
Hi @haneefghanim, This is a basic feature of Forest Admin, so if there is an issue it might be "edge case".
Thanks for your help. |
Hi @arnaudbesnier, thx for the quick response! Yes, this issue is happening on all tables. As for the table size, they vary. Biggest one has about ~180k rows. Smallest have a few hundred rows. |
Thanks @haneefghanim, Ok then it might be related to a compatibility issue with PostgreSQL 11? |
No problem @arnaudbesnier! Unfortunately I'm not seeing any errors in the backend logs or the browser console. If it helps, here's the API call and the SQL query that Forest seems to be generating:
|
You should also have a Also, do you see the first 10 records displayed in your table view? |
@arnaudbesnier Yeah I'm seeing the first 10 records displayed. As for the |
@haneefghanim I was trying to look at the data from our side. If this is the right id, we are still detecting a usage of the liana v1.5.6. |
@arnaudbesnier Yes that id is correct. And yes, we've followed the upgrade note. We have slightly different CORS settings (we currently allow all origins), but we've set allowedHeaders and credentials to the same values as in that note. |
@arnaudbesnier any update on this issue? We experiment the same issue with some of our relations. |
Hi @killix, this issue seemed to happen to "all tables" accordin to haneefghanim. Can you create a detailed description of your issue in our community forum to have dedicated support on this issue? |
Sorry for the delay, i will do it this week. |
Expected behavior
Not sure if this is the right place to report, but: Forest should allow me to paginate through the different DB tables.
Actual behavior
Forest only shows one page of results, and the pagination button show 1/0 pages.
Failure Logs
No failure logs.
Context
We're running Node v10.15.3. This seems like it might have started after upgrading to Forest v3, but I'm not sure.
The text was updated successfully, but these errors were encountered: