#duplicate api requests with suspense

3 messages · Page 1 of 1 (latest)

neat valley
#

i recently added suspense to my component with a loading skeleton rather than using a state to display/hide loading states.

this introduced some issues. on local dev when i refresh the page it shows the loading skeleton and then the data loads in, but when i deploy it to my aws amplify and refresh it the data is already loaded in without the loading skeleton and after checking the networks tab it's making 3 separate requests to the api.

why is this happening and how can i fix it? i've tried removing every type of cache on amplify

tidal cobaltBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

tepid condor
#

I also have this issue!