Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

[Error] Bitbucket add-ons using django framework

Sofien Chaabouni September 28, 2015

Hello,

I'm trying to develope an add-on for Bitbucket using Atlassian-connect.

I started with a simple web application using django framework and it's work perfectly locally.

I added the connect.json file with all details and the all.js file to my base.html file. With ngrok 8000 and python manager.py runserver I always "Add-on Bitbucket  Hello Cloud is not responding. Wait or cancel?" .

Any help ?

Thanks

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
abhin-atl
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 28, 2015

Hi Sofien,

Can you try including the Javascript client library as mentioned here?

Please let me know if that worked for you.

Sofien Chaabouni September 28, 2015

I already added it !

0 votes
Sofien Chaabouni October 6, 2015

Hi Abhin,

I solved the x-frame issue with adding

CORS_ALLOW_CREDENTIALS = True
X_FRAME_OPTIONS = 'ALLOWALL'

on my setting.py file and console shows me no error and all django files geted perfectly but I still have Add-on Bitbucket  Hello Cloud is not responding. Wait or cancel

0 votes
abhin-atl
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 30, 2015

Hi Sofien,

Can you try wrapping the contents of your add-on in the `ac-content` class? It's mentioned in the example here.

I apologize for the current state of the documentation. We are slated to work on this issue soon and hopefully the docs will have  a troubleshooting section.

Please let me know if that worked for you.

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events