You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon trying to write a OneClickApp for https://conduit.rs I ran into the following error:
The variable
- id: '$$cap_conduit_trusted_servers'label: Trusted serversdefaultValue: '["matrix.org"]'description: "List of servers trusted to send other server's public keys."
gets rendered into
{
"id": "["matrix.org"]","label": "Trusted servers",
"defaultValue": "[\"matrix.org\"]",
"description": "List of servers trusted to send other server's public keys."
},
Upon trying to write a OneClickApp for https://conduit.rs I ran into the following error:
The variable
gets rendered into
by
caprover-frontend/src/containers/apps/oneclick/OneClickAppDeployManager.ts
Lines 41 to 70 in 60f9a44
Suggested fix: Maybe JSON-Escape the values before replacing text with them?
The text was updated successfully, but these errors were encountered: