Is the #master branch broken?
See original GitHub issue@dnalagatla can you confirm that the master branch is building the ember app correctly?
Failing from #master
https://github.com/kiwiupover/fastboot-test/pull/1
"ember-cli-fastboot": "github:ember-fastboot/ember-cli-fastboot#master",
https://github.com/kiwiupover/fastboot-test/pull/1/files#diff-b9cfc7f2cdf78a7f4b91a753d10865a2R30
This does the SSR step correctly but the ember app is not booted. Try opening the ember inspector.
Working from v2.1.1
https://github.com/kiwiupover/fastboot-test
"ember-cli-fastboot": "^2.1.1",
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Git- local master branch appears to be broken - Stack Overflow
Yes, you can replace master branch with pipelineProject branch. First you should make pipelineProject branch to track origin/master, use git ...
Read more >On 2022-04-05, the default branch will be renamed ... - GitHub
On 2022-04-05, the default branch will be renamed from "master" to "main". Your action is currently pinned to "@master".
Read more >How to fix a broken branch after a git merge or git rebase
1 Create a new branch from the merge/rebase target · 2 Apply the changes from the broken branch to the new branch ·...
Read more >git - Isn't keeping the master branch intact essential for ...
A master branch which is not intact is one that does adhere to the expected state for the master branch to be in....
Read more >How to avoid broken master with Pipelines for Merged Results ...
If your answer is "It might break the master branch," then you're right. This could happen, for example, if master has advanced by...
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
Thank you @kratiahuja for merging the changes. The Issue should be fixed in v2.1.3
I’m seeing this issue too in 2.1.2 - I can see a new app boot file with the app name is generated during production build that contains the JS to start the app, but that script link is not appended to the index.html, and thus the ember app does not boot.