'Form submission failed' error when trying to update Point of Sale app in Chromium browser
See original GitHub issueDescribe the bug Unable to perform any updates on the default PoS app in BTCPay Server mainnet demo. Same problem in btcpayjungle.com running v1.1.0.0.
Bug only occurs in Chromium but not in Firefox.
To Reproduce the bug Steps to reproduce the reported bug: Using Chromium browser,
- Go to Apps > Settings
- Edit any field, then click ‘Save Settings’
- Nothing happens. In browser dev console:
Form submission failed, as the <TEXTAREA> element named '' was implicitly closed by reaching the end of the file. Please add an explicit end tag ('</TEXTAREA>')
Expected behavior Refresh > ‘App updated’ notification. PoS app updated.
Your BTCPay Environment (please complete the following information):
- BTCPay Server Version: v1.2.0.0
- Deployment Method: https://mainnet.demo.btcpayserver.org/
- Browser: Chromium, Ubuntu 20.04
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Form submitting not working after updating Chrome #3820
'Form submission failed' error when trying to update Point of Sale app in Chromium browser btcpayserver/btcpayserver#2816.
Read more >Common Problems and Solutions
I'm trying to install behind a firewall, and the install is timing out and failing. The problem is that by default, Google Update...
Read more >Submission failed, please try again on form - Marketing Nation
I have a Marketo page where when some users fill out the form, they get an error message that says "submission failed, please...
Read more >Caf Chromium Question
My intentions were to build a browser that people can trust. Offer nothing but stock, with a different icon and adblocker source. I...
Read more >DEVELOPER ERROR Point of Sale API must be started ...
Hi. I'm developing a mobile web app that uses the Point-of-Sale API to talk to a Square card reader. The app works perfectly...
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
@musdom Thanks for digging that up – I’ve opened a PR that addresses the issue and will hopefully fix it for you. Unfortunately I still could not reproduce it, but those changes made in the PR should be rather uninvasive and restore compatibility of the rich text editor in Chrome and Chromium.
@dennisreimann Description field was empty, but shows
<p><br></p>
in code viewCould it be related to this: https://github.com/summernote/summernote/issues/3820