Hi, I am trying to install an add-in that I have made myself. I am getting the Atlassian Connect framework error without this add-on.
The files I want to install are the ones I want.
@Görkem Buran, your app descriptor is missing the leading curly bracket {, so it isn't valid JSON and should therefore be rejected.
"name": "Hello World",
"description": "Atlassian Connect app",
// cropped
}
The reason why you did not get the appropriate error message turned out to be a rather strange mismatch in behavior between two JSON parsing libraries we use: one library properly recognized the JSON as invalid, but the other library had the default configuration of ignoring trailing tokens, so your app descriptor was just interpreted as the leading valid JSON portion.
"name"
I'm going to fix this up on AC-2394, which is a related issue.
Hello, thank you for your help.
I helped install the plugin, but at this time I can not view the plugin and I can not use it.
I'll use it for Cloud Platform.
What should I do ?
Thank you, I am waiting for your answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you followed up on the previous two answers you got? Can you tell us why they have not fixed it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have examined the documents Conor has sent, but have not been able to apply them.
Because the activation section that I wrote in the documentation does not exist in my developer jira cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid there's not enough detail in that response for us to help you. We don't know what you are doing, what you have tried, or where you have diverged from the documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's exactly what I want to do.
The names and phone numbers I try to register in my database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I was not clear on that last one.
We are not that concerned about what you are trying to get for the end user. Your problem is that you appear to be trying to run a Connect add-on on a Server. This will not work, you need the Connect framework there for it to work.
Assuming you have fixed the problem with the { that Einar mentions, then the question is "what part of Conor's link did you not do, and why not?"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This can happen when the connect plugin has failed (as per Conor's docs), or if you're trying to install a Connect add-on in a Server system.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Görkem,
I don't have much information to go on there but a quick search turns up a few similar "solved" issues. For example:
If that doesn't help please give us a bit more information.
I should note that I would prefer not to follow links 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.