Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

API schema is undefined React Admin with Hydra problem with introspect

Aperta
#525 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
25/100
Tipo di issue
Bug
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
next.js, react, typescript
Ambito
api, frontend

Direzione di ricerca

Iniziate da src/hydra/dataProvider.ts e riproducete la configurazione segnalata usando Next.js 13.4.19, React Admin e un backend Hydra, concentrandovi sul risultato dell’introspezione e su apiSchema undefined. Il lavoro è completato quando i dati dell’API vengono caricati senza l’hack, i campi chips sono compilati e la modifica non fa scomparire i dati.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

We recently decided to use React Admin with API Platform for our internal app. React Admin linked your repo in their documentation, with a comment that this is a suitable dataProvider for our set up. Unfortunately, it doesn’t work as we hoped, and I wonder why.

Let me guide you through our case.
We have configured React admin with Next.js (v 13.4.19) with Hydra (JSON-LD) as the backend.

  1. At first, we implemented dataProvider as it is, regarding to the repo linked in the documentation:
    https://github.com/api-platform/admin/blob/main/src/hydra/dataProvider.ts
    but we were not able to display the API data at all, with the error as on the screen nr 1
nr 1
  1. Then mostly for debugging purposes, we have added a hacky solution in the code to make apiSchema optional: screen nr 2 and we were able to display some data and even create some views as usersList, singleUser, userEdit but not everything worked as one might expect. Check out the chips fields it remains empty: screen nr 3.
nr 2 nr 3
  1. Then we tried to edit the user in edit view: screen 4
nr 4
  1. After the editing for few seconds you can see the changes on usersList, even the chips fields work: screen 5
nr 5
  1. And then it all disappears with an error message: screen 6
nr 6

From what we have observed, there is an introspection issue and apiSchema returns an undefined value when we try to log it.

Lingua principale
TypeScript
Stelle
516
Fork
134
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di api-platform/admin

Tutte le issue di api-platform/admin

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.