after updating to latest develop branch facing error: Invalid field name: is_first_startup
See original GitHub issueDescription 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
- bench update (frappe pointed to develop branch)
- bench update --patch
- 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:
- Created a year ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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.