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.
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.
The baseUrl was set to the address for version 0.8. Replacing it with the address for version 1.0 can solve the problem.