-
## Problem
Right now if you want to extend pocketbase as a framework without Go via JS then there are some limitations when it comes to routing. Curious if it would be possible to include an API si…
-
### Describe the problem
Right now the profile load quite slowly because it's loading the whole file tree. In theory it should be possible to avoid that by creating a view in pocket base.
### Descri…
-
Widgets, etc
-
Hi, I was testing to upload and resize WEBP images with the thumb property, the file upload is working fine, but the resize is not working I was checking the code probably this is the issue, it's just…
-
Code:
```js
import { gobot } from "gobot";
import { fileURLToPath } from "url";
import { dirname, join } from "path";
const __filename = fileURLToPath(import.meta.url);
const __dirname = dir…
-
Continuation of #16.
The search bar should serve as a helpful utility for finding any text in the available notes of the user. Obviously there is back end logic to implement to query the database f…
-
As the tittle says, I am unable to login
-
It would be great to have a job scheduler similar to Laravel or even Pocketbase, which has a pretty simple cron type scheduler built in
https://pocketbase.io/docs/go-jobs-scheduling
I don't mind ta…
-
Just encountered this error while testing my website in production.
Setup:
I'm using docker with nginx proxy manager as a reverse proxy.
So i was building my multi-container through this docker…
-
0
I have a pocketbase collection with "name", "image" and "order" fields. I'm trying to upload all the images with unique name and images using formdata at once.
here's some code:
`export def…