gato25
gato25
### Describe the bug When i send request to signin endpoint it gives me 200 but response body is empty.  ### Steps to reproduce { "code": 200,...
### Describe the bug when i send this from desktop its working fine ```js const response = await fetch( "https://blablabla.fly.dev/sql", { method: "POST", headers: { Accept: "application/json", "Content-Type": "text/plain", },...
Is it possible to use upload plugin in mobile ? ```json { "$schema": "../gen/schemas/mobile-schema.json", "identifier": "mobile-capability", "windows": [ "main" ], "platforms": [ "iOS", "android" ], "permissions": [ "upload:allow-download" ] }...
### Describe the bug Tried to follow [https://docs.rs/crate/tauri-plugin-nfc/latest](url) My lib.rs #[cfg_attr(mobile, tauri::mobile_entry_point)] pub fn run() { tauri::Builder::default() .plugin(tauri_plugin_nfc::init()) .invoke_handler(tauri::generate_handler![greet]) .run(tauri::generate_context!()) .expect("error while running tauri application"); } But this gives an...
### Describe the bug Im trying simple variable increment in Surrealist  I don't understand how to increment this variable. Am i doing something wrong ? Im very...
### Describe the bug when i send this from desktop its working fine ```js const response = await fetch( "https://blablabla.fly.dev/sql", { method: "POST", headers: { Accept: "application/json", "Content-Type": "text/plain", },...