Issues with using laf - client - sdk

Viewed 15

I created an app on https://laf.dev/.
I used laf - client - sdk on the web - side to access the database.
When I executed db.collection("test").add({...params}), it reported a "502 Bad Gateway" error in the network section.

3 Answers

I wonder if I need to modify the appid or configure the access policy.

I already have the appid and the access policy configured.

The baseUrl was set to the address for version 0.8. Replacing it with the address for version 1.0 can solve the problem.