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
When migrating to Pocketbase v0.12.1, replace current file retrieval with filesystem.GetFile() and optionally use filesystem.NewFileFromBytes() for creating a file.
When migrating to Pocketbase v0.12.1, replace current file retrieval with
filesystem.GetFile()
and optionally usefilesystem.NewFileFromBytes()
for creating a file.This applies to pkg/routes/handler/file.go and pkg/create/create.go
The text was updated successfully, but these errors were encountered: