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
If you replace getUrl with getURL the warning should go away (see FileService.ts). You can also test it in the browser with the below pb_public/index.html:
<!DOCTYPE html /><html><head><metacharset="utf-8" />
<title>Test</title></head><body><scripttype="module">importPocketBasefrom"https://cdn.jsdelivr.net/gh/pocketbase/[email protected]/dist/pocketbase.es.mjs"constpb=newPocketBase("http://127.0.0.1:8090");consta=pb.files.getURL({id: "rid",collectionId: "cid"},"fname");console.log("URL:",a)</script></body></html>
If you replace it, you then get the following message, which i guess is an error.
The text was updated successfully, but these errors were encountered: