Closed matthieuEv closed 4 months ago
I'm not sure how to reproduce it but I don't think this is JS SDK related.
I've tested both using the live demo and locally with the latest PocketBase v0.22.14 release and JS SDK v0.21.3 and it is working correctly for me.
Make sure that:
If you are still not able to identify the culprit, please report what versions of the executable (you can find it at the bottom-right corner in the Admin UI) and JS SDK (you can find it in your package.json
) you are using and I will try to investigate it further.
I also forgot to mention that the 404 response could be also a result of incorrect rewrite/redirect rule if you have a reverse-proxy like nginx, apache, caddy, etc.
You can also start the executable with --dev
and/or check the Admin UI > Logs section for eventually more detailed error messages.
Hello 👋,
I was just trying to authenticate to my Pocketbase instance using the example in the "API Preview":
But i get an error and i dont really know why.
If someone could help me 😄