Closed SohamJa1n closed 1 year ago
import { R2Explorer } from 'r2-explorer'; const explorer = R2Explorer({ readonly: false, cfAccessTeamName: sohamjain }) export default { async fetch(request, env, context) { return explorer(request, env, context) } };
This is my index.js file and my team name is sohamjain as going to sohamjain.cloudflareaccess.com works but when doing wranger publish,
aught ReferenceError: sohamjain is not defined at index.js:732:88 [code: 10021]
this is the error i get.
OMG im sorry, it was a silly mistake, i forgot to put my team name in quotes.
This is my index.js file and my team name is sohamjain as going to sohamjain.cloudflareaccess.com works but when doing wranger publish,
this is the error i get.