I'm following this: https://developer.atlassian.com/cloud/jira/platform/getting-started/
I am okay up until Step 3: Install and test your app.
When I try to upload my app I get:
The app descriptor failed to validate against the schema. Please confirm this app is intended for use with JIRA and then contact the app vendor.
/baseUrl: ECMA 262 regex "^((https|http):\/\/.+|)$" does not match input string " https://7ab045ba7a88.ngrok.io"
/baseUrl: string " https://7ab045ba7a88.ngrok.io" is not a valid URI
It works okay locally and changing http to https does not solve the issue. No idea how to solve.
The full url I was typing into the "upload app" input field was http://7ab045ba7a88.ngrok.io/atlassian-connect.json. It's no longer running here now tho.
@Chris Del You might have resolved this issue. But if anybody else is facing the same issue.
Notice the extra space character before the `https://`. Remove this extra space character and your problem should be resolved.
@Chris Del I am facing with the same issue ,Did you resolve this? Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check if you forgot to change URL in the field:
"baseUrl": "https://bb5a163ef415.ngrok.io"
in your local atlassian-connect.json file?
P.S. Step 2. p.3 'Edit the app descriptor file, and set the baseUrl
property to the ngrok HTTPS URL. For example:'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same issue here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.