You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BigBlueButton-dev
I am trying to build a client in react from scratch using react for bigbluebutton.The request is getting failed while making an axios request to create a meeting because of cors.
Does any one have any idea regarding the changes which needs to be made in order to solve the CORS issue?
Jibon Costa
unread,
Jul 10, 2020, 10:04:24 AM7/10/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BigBlueButton-dev
I think you should add header information "/api" block but I don't know how BBB handle. You can try to add in main block under "ssl_dhparam /etc/nginx/ssl/dhp-4096.pem;"
You will find this text (/etc/nginx/sites-available/bigbluebutton):
# HSTS (comment out to enable) #add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
So, you can try to add after that & test.
Sanjay Sajwan
unread,
Jul 14, 2020, 1:10:14 AM7/14/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message