You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be one bucket visible f8ba1b65-d87b-f57a-8e22-0f731d957e68 with a collection test. Click on the test collection (or navigate directly to /#/buckets/f8ba1b65-d87b-f57a-8e22-0f731d957e68/collections/test/records)
Expected: Something is rendered to the screen (either records, or some error message if no records are present)
Actual: White screen. When using Devtools on the local build of kinto-admin, the following error messages appear:
Uncaught TypeError: can't access property "id", bucket.data is undefined
...
The above error occurred in the <ListActions> component:
...
The text was updated successfully, but these errors were encountered:
The bucket object in the state is thus empty, and I suspect this code to assume it isn't. In that case the bucket id can be taken from the match prop instead (which is populated from URL hash)
alexcottner
added
the
stale
For marking issues as stale. Labeled issues will be closed soon if label is not removed.
label
Jul 22, 2024
Steps to reproduce:
f8ba1b65-d87b-f57a-8e22-0f731d957e68
with a collectiontest
. Click on thetest
collection (or navigate directly to/#/buckets/f8ba1b65-d87b-f57a-8e22-0f731d957e68/collections/test/records
)Expected: Something is rendered to the screen (either records, or some error message if no records are present)
Actual: White screen. When using Devtools on the local build of
kinto-admin
, the following error messages appear:The text was updated successfully, but these errors were encountered: