R2 Explorer keeps giving out TypeErrors

i'm using GitHub project called R2 Explorer (https://github.com/G4brym/R2-Explorer) which is a Google Drive like GUI for your R2.

i ran the command npm create r2-explorer@latest in CMD, named my folder the same name as my R2, deployed it, and it keeps saying "Waiting for deployment to become available" in CMD.
i ran the Real-time logs thing on the brand new Cloudflare worker it created, and it keeps spitting out a whole string.

i'm not sure if i wanna share this string, cause it contains confidential information. but the message that stuck out to me was:

{
"name": "TypeError",
"message": "o3.replace is not a function",
"timestamp": 1705060569539
}

if someone could help that would be greatly appreciated ๐Ÿ˜Š
GitHub
A Google Drive Interface for your Cloudflare R2 Buckets! - GitHub - G4brym/R2-Explorer: A Google Drive Interface for your Cloudflare R2 Buckets!
Was this page helpful?