gato25

Results 6 issues of gato25

### Describe the bug When i send request to signin endpoint it gives me 200 but response body is empty. ![Screenshot 2024-05-21 143234](https://github.com/surrealdb/surrealdb/assets/65856458/b4d3554a-2157-4132-98e8-06236428f7cb) ### Steps to reproduce { "code": 200,...

bug
triage

### 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", },...

type: bug
status: needs triage

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" ] }...

enhancement
platform: android
plugin: http-extra
platform: ios

### 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...

documentation
plugin: nfc

### Describe the bug Im trying simple variable increment in Surrealist ![Screenshot 2024-07-13 172435](https://github.com/user-attachments/assets/6c145efb-d1dc-49a1-8cb9-8ed4a5b3ff71) I don't understand how to increment this variable. Am i doing something wrong ? Im very...

feature
topic:surrealql

### 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", },...

bug
platform: android
plugin: http