Kasra Bigdeli
                                            Kasra Bigdeli
                                        
                                    CapRover does perform a validation on one-click apps, but not all errors can be caught by CapRover validation. In this case, the error is emitted by Docker because port 80...
Have you tried escaping double quotations? ``` defaultValue: '{test:\"{.Text}\"}' ```
What browser are you using?
RE saferi: See https://github.com/caprover/caprover/issues/385 Your second issue is a 500 server error. When you receive that error, SSH to your server and see what you find in the logs ```...
Thanks for your suggestion! CapRover doesn't directly read the JSON file. It uses [configstore](https://github.com/yeoman/configstore). But I think we can still do a JSON validation and just kill the process if...
This is not a bug, it simply means that your network connection to the server is unsteady. During deployment, your connection needs to stay alive for 60secs. If you have...
One-click apps use long polling, meaning that it keeps the connection open for the 30 seconds or more. So it's way more sensitive to unstable connections. You can open developer...
@juicejs Any update on this? Let me know if you're still experiencing the issue.
Thanks for reporting this. Is the issue only applicable to one-click apps?
Unfortunately, I can't replicate the issue as I don't own a Mac. I have to wait for a contributor to pick this up. However, as the first step, we should...