Hello! Please tell me what's wrong with my code? I'm trying to use the "Send" button to send data to a remote server where a Flask application is located. Flask app has CORS, but I still get an error.
{"code":403,"message":"Invalid CORS request"}
I use resolver.define. Resolver.define doesn't even fire.
manifest.yml
permissions:
external:
fetch:
backend:
- https://domen
try {
const response = await fetch('https://domen', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({ date, time }),
});
HI @Андрей
Atlassian Developer Community is the best place to ask this sort of questions. You'll find a lot of experienced developers there who can provide insights specific to Forge and Jira integrations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.