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.

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:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dnalagatlacommented, Jul 18, 2019

Thank you @kratiahuja for merging the changes. The Issue should be fixed in v2.1.3

1reaction
joshkgcommented, Jul 17, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

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