Hmmm, I don't get why using frm.fields... while: frappe.ui.form.on("User Friends", { onload(frm) { frm.set_query("user", function(){ return { filters:{ "ignore_user_type":1 works fine for me. But at least, I learnt another way :)
I did all you wrote and when I run yarn dev than it shows me login page. Why ist that ? Looks like in the begining you have the same code and you see the page with ping-pong
@@BuildWithHussain I am looged into frappe. Maybe it is because I am running it on my web server not local. ? Also if I am trying to login it is not working with frappe credential and refreshin page every 3 sec.
Hmmm, I don't get why using frm.fields... while:
frappe.ui.form.on("User Friends", {
onload(frm) {
frm.set_query("user", function(){
return {
filters:{
"ignore_user_type":1
works fine for me.
But at least, I learnt another way :)
It’s figma.com
I did all you wrote and when I run yarn dev than it shows me login page. Why ist that ? Looks like in the begining you have the same code and you see the page with ping-pong
Hi 👋
It was because I was already logged in (when we visited desk). Check if you can visit /app.
@@BuildWithHussain I am looged into frappe. Maybe it is because I am running it on my web server not local. ? Also if I am trying to login it is not working with frappe credential and refreshin page every 3 sec.
Same issue here solved it by using --host to access the server directly