how can I get the status if the request are being made from nextjs to appwrite, something like request interceptor
Do you mean from server side? Why?
To check if requests being made, i do spinner component
Uhh...typically, what you do is have a Boolean to show or hide the spinner. Before making the API call, set the Boolean to true. After the API call, set the Boolean to false π§
πππ right going to have boolean to check loading status. But intercepted requests. I only check once , then showing spinner . No need to do for all components
But wouldn't you show the loading spinner specifically at a certain spot related to the data being fetched? π§
Right but once globally
Hmm ...well the SDK doesn't have any interceptor....but maybe you can make one by subclassing the client
will try to check it out.
Recommended threads
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...
- Current User is Not authorized
recreating same Thread
- Account Status
Hello! I'm a student and am in the GitHub Student Organization, and according to GitHub, I am recieving pro membership via the Student Dev Pack. However, when I...