Mickael Lehoux

Results 34 comments of Mickael Lehoux

Ok i find the good way. In the documentation we have to put public vapid key in settings. But when i do this i'm facing issue, when i use vapid...

@safwanrahman yeah why not, but the true question is this is normal you wrote the code with public key use and today i can use it only with the server...

Hi @marcoschwartz, i'll retest soon

I've test today with platformIO on VSCode with ESP32S to expose json with aRest (not aRest_UI) and i get this kind of json ` "{\"id\":1,\"name\":\"my hub\",\"model\":\"gp1\",\"firmware\":\"1\",\"IPAddress\":\"192.168.0.38\",\"macAddress\":\"AA:BB:CC:DD:EE\",\"serialNumber\":\"12345678\",\"ssid\":\"my_ssid\"}" `

Yeah! I got the same. But my json is expose like a variable returned by function using ArduinoJson library and he was integrate the \ (backslash) before each " (double...

If somebody can help us it will be awesome...

So there isn’t any way to manage sqlite db from remote...

i'm using this great tool because i'm using sqlite db in iot devices. sqlite-web https://github.com/coleifer/sqlite-web

Hi @otavio thx for your reply. i'm trying to be K.I.S.S on my explanation, i'm looking for something like describe on the following diagram: https://drive.google.com/file/d/1RW-uhfalvzTjWbIwdkXEJSHyhXdOuSH9/view?usp=sharing Just need to access on...

Hello, I think --token is needed because --auth is the basic auth for admin dashboard (if i understand the [doc](https://expose.dev/docs/client/basic-authentication)) I'm currently stuck when i try to use expose on...