Nikhil Kothari

Results 176 comments of Nikhil Kothari

Hey @michalls01 , I wasn't able to reproduce this bug. I did the following: 1. Opened an existing document 2. Sent an email 3. Edited a field in the document...

Looks like the `set_link_field(doctype, new_doc)` function in the `FrappeForm` class loops over all Link fields in the Target doctype and assigns it the value. It should ideally just use the...

Ideally, if the year is selected as 2022, then it should show the data from 1st January 2022 to whatever is the latest date (year to date) right? Currently it...

Also for people who uninstall an app on their sites?

Hey @sek-MiraiMinds - sorry this slipped my notifications. Can you share your FrappeApp configuration? Are you passing in a URL to it. Can you also share your Axios/Fetch call for...

@Abhishekranjan56 Which version are you using? Also, you do not need to pass in the "file_name" either if you are uploading a File object.

Can you clear your node modules and .lock file and install all the dependencies again? I am not able to reproduce it on our end. We were facing some issues...

Oh okay. I didn't know you were using Expo (RN). I haven't tried it on Expo myself, but I know Hussain has an example of a file upload function in...

@guinanlin Frappe only supports cookie based authentication for socket connections as far as I know. So adding support for API key based authentication for socket needs to be done in...

@ankush - I did a quick test on Raven's PWA - compiled it into an iOS app using Capacitor. The first two HTTP requests to `/socket.io` had the Authorization header...