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
GitHub - G4brym/R2-Explorer: A Google Drive Interface for your Clou...
A Google Drive Interface for your Cloudflare R2 Buckets! - GitHub - G4brym/R2-Explorer: A Google Drive Interface for your Cloudflare R2 Buckets!
2 Replies
They need to update the router package to the latest. See https://github.com/cloudflare/itty-router-openapi/issues/112 you should open an issue on the repo
GitHub
TypeError: o3.replace is Not a Function - Project Not Running ยท Iss...
Description: I have been working on a project using itty-router-openapi, following the guide provided in the official documentation. The project was functioning correctly until recently. However, a...
broooooo thank you so much for the help, i was losing my mind thinking i was doing something wrong โค๏ธ