03 - Frontend Setup | Building an expense splitting app with Frappe, VueJS and TailwindCSS

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 6

  • @pm1234
    @pm1234 3 วันที่ผ่านมา

    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 :)

  • @krzysztofsliwa3111
    @krzysztofsliwa3111 2 หลายเดือนก่อน

    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
      @BuildWithHussain  2 หลายเดือนก่อน

      Hi 👋
      It was because I was already logged in (when we visited desk). Check if you can visit /app.

    • @krzysztofsliwa3111
      @krzysztofsliwa3111 2 หลายเดือนก่อน

      ​@@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.

    • @copaceticobserver
      @copaceticobserver 2 หลายเดือนก่อน +1

      Same issue here solved it by using --host to access the server directly