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
When upgrading to NextJS 13.4, 13.5 or 14, from version 13.2.4, occassionally, storage functions like list and update will not work. list will return no data even though the file being searched exists, and update with not perform an update on an existing file
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
gascenciom1998
changed the title
storage.list not working when upgrading to NextJS 14
storage functions not working when upgrading to NextJS 14
Nov 12, 2023
gascenciom1998
changed the title
storage functions not working when upgrading to NextJS 14
storage functions not working when upgrading to NextJS 13.4, 13.5 or 14
Nov 14, 2023
Bug report
Describe the bug
When upgrading to NextJS 13.4, 13.5 or 14, from version 13.2.4, occassionally, storage functions like list and update will not work. list will return no data even though the file being searched exists, and update with not perform an update on an existing file
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Ocassionally (not always, very weird)
files
will be empty even though I am sure a file exists with the'searchTerm'
in myBUCKET
in the root pathAlso running code like
will not actually perform an update.
I made no changes to this code in my codebase, I just upgraded to NextJS 14
Expected behavior
I would expect
list
to return something for a file that exists, andupdate
to actually perform an update on the file that existsScreenshots
N/A
System information
Additional context
This only happens when I upgrade to NextJS 14 from NextJS 13. Also not sure but possible related to this other issue: #898
The text was updated successfully, but these errors were encountered: