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
What version of that package or tool are you using?
2023.4.6
What version of Remix are you using?
1.17
Steps to Reproduce
FetchError [ERR_NO_HANDLER]: No fetch handler defined and no upstream to proxy to specified.
Make sure you're exporting a default object containing a fetch function property.
I get this error when i try to create a aws.S3() instance. The code looks like this:
I expect it to work without any problems, just like it works in a blank Remix project.
Actual Behavior
It triggers the error: FetchError [ERR_NO_HANDLER]: No fetch handler defined and no upstream to proxy to specified.
Make sure you're exporting a default object containing a fetch function property.
The text was updated successfully, but these errors were encountered:
What is the location of your example repository?
No response
Which package or tool is having this issue?
Hydrogen
What version of that package or tool are you using?
2023.4.6
What version of Remix are you using?
1.17
Steps to Reproduce
FetchError [ERR_NO_HANDLER]: No fetch handler defined and no upstream to proxy to specified.
Make sure you're exporting a default object containing a
fetch
function property.I get this error when i try to create a aws.S3() instance. The code looks like this:
Expected Behavior
I expect it to work without any problems, just like it works in a blank Remix project.
Actual Behavior
It triggers the error: FetchError [ERR_NO_HANDLER]: No fetch handler defined and no upstream to proxy to specified.
Make sure you're exporting a default object containing a
fetch
function property.The text was updated successfully, but these errors were encountered: