Unable to save brew
See original GitHub issueReproduction steps:
- Navigate to
homebrewery.naturalcrit.com/new
- Paste the Markdown below.
- Hit ‘Save’
- Brew is not saved, do not get redirected to the
edit
page
Amelioration steps:
- Open Properties tab
- Manually enter a Title
- Hit Save
- Brew is saved, get redirected to
edit
page
<style>
.phb {
width: 500px;
height: auto;
}
.phb#p1:after {
display:none;
}
.centered {
width: 90%;
margin: auto;
display: block;
}
</style>
<div class='wide'>
<!-- Item Name -->
### Fiendmask
<!-- Image of the Item -->
<img src='https://i.imgur.com/94oM1ts.png' class="centered" style='mix-blend-mode:multiply'/>
<!-- Credit for Image of Item -->
<div class="centered">
</div>
<!-- Item Description -->
*
A mask made from the skull of the devil who's essence is giving it its powers. Its name "Retifer" stands carved in Infernal upon the brows.
*
>**Stats**
>
> +1 DEX
>
> +5 Initiative
#### Abilities
<br>
**Malevolent Presence** If you wear this mask you gain Advantage on Intimidation checks.
**Devil's Sight**. Magical Darkness doesn't impede your vision.
**Retifer's Price** You can choose to spend 10% of your current HP, rounded up, to add 1d6 + your character's level fire, cold or necrotic damage.
</div>
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
[Issue] I can't save any new brew i make : r/homebrewery
So i've been having this problem, whenever i try to make a new brew and try to save it it just doesn't save....
Read more >Issues with brews not saving #654 - GitHub
We seem to be getting a lot of issues with lost work, brews not saving, brews getting reset to earlier states, accidentally overwriting...
Read more >Homebrew broken and unable to install anything
Failed during: /usr/local/bin/brew update --force --quiet any idea how to resolve it? Try uninstalling homebrew and then reinstalling it.
Read more >Homebrew creation won't save. - Bugs & Support - D&D Beyond
I am altering the Assassin stat block and when I go to save my changes it tells me that my changes can not...
Read more >Why does my brew installation not work? - Ask Different
I had the same problem—installed brew, used it, but now it doens't work, ie, brew command not recognized anymore.
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
I’ve submitted PR #1251 now; it appears to solve the saving issue on my local installation. Getting the code to instead select the heading would be a better solution, but that would also suffer the same issue, if that heading should be longer than 124 bytes, so limiting the title length is probably required any way.
Closing as the PR has been merged.