question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

after updating to latest develop branch facing error: Invalid field name: is_first_startup

See original GitHub issue

Description of the issue

after updating to latest develop branch facing error: Invalid field name: is_first_startup

Context information (for bug reports)

Output of bench version

latest/develop branch

Steps to reproduce the issue

  1. bench update (frappe pointed to develop branch)
  2. bench update --patch
  3. open desk app (localhost:8000/app) and it throws a error dialog saying: “Invalid field name: is_first_startup”

Observed result

desk app throws a error dialog saying: “Invalid field name: is_first_startup”

Expected result

should open the desk app

Additional information

OS version / distribution, Frappe install method, etc. Ubuntu

Refer: https://discuss.erpnext.com/t/invalid-field-name-is-first-startup/89671

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
this-gavagaicommented, Jun 11, 2022

You should get a stacktrace in your browser console. I’d be very curious to see where the call is coming from, since the variable doesn’t appear in the develop-branch code. Either your bench has incorrect code or cached code is getting run somehow.

1reaction
this-gavagaicommented, Jun 6, 2022

I was having this issue too after the latest update (14-beta.4), but it went away after I reloaded supervisor.

In my case at least, the issue seems to have been cache Python objects.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update command in .gitmodules file throws an error
When I run git submodule init. I get the following error: fatal: invalid value for submodule.test-submodule.update. Any help is welcome.
Read more >
Fix Git's "fatal: no upstream branch" error quickly example
Here's a quick fix for Git's "fatal: The current branch has no upstream branch" error, along with a brief explanation of why this...
Read more >
Git happens! 6 Common Git mistakes and how to fix them
Now, without any further ado, here's how we can fix six of the most common Git mistakes. 1. Oops… I spelled that last...
Read more >
Change the default branch - Azure Repos | Microsoft Learn
In this article. Set a new default branch; Choose a name; Update other systems; Temporary mirroring. Azure DevOps Services | Azure DevOps ...
Read more >
How to undo a push or merge in Git branch - Level Up Coding
Oops, You Have Accidentally Merged Into the Wrong Branch. ... production-ready code and develop contains the latest development changes for ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found