Hi @Hesham Khedr ,
The error message you're seeing, "No observers registered for this request," typically occurs when a pnpjs
query is executed but no response handlers or observers are set up to handle the result.
1.Ensure that you are using the correct version of the pnpjs library. Sometimes, version mismatches can cause unexpected errors. Make sure you are using the latest version of the library.
2.Imports: Ensure graphfi()
is imported from @pnp/graph
to initialize the Graph client.
import { graphfi, GraphFI } from "@pnp/graph";
3.Logging: You can log the users to the console to inspect the result.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.