Open
Description
Before opening, please confirm:
- I have searched for duplicate or closed issues and discussions.
- I have read the guide for submitting bug reports.
- I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
JavaScript Framework
React
Amplify APIs
Authentication
Amplify Version
v6
Amplify Categories
auth
Backend
None
Environment information
Oxygen deployment
Describe the bug
Amplify seems to be using fetch or some other library globally that Cloudflare workers do not like and deployment fails.
Expected behavior
import { createUserPoolsTokenProvider } from 'aws-amplify/adapter-core';
should work
Reproduction steps
Install a remix app, import the line above in any project. Deploy to Shopify's Oxygen or any other cloudflare workers
Code Snippet
// Put your code below this line.
Log output
// Put your logs below this line
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response