You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am currently testing adonisjs and I have a problem with status 0 during a fetch call from site 1 to site 2.
Site 1 has a form where I send the data in fetch
Site 2 does receive the POST request and sends a response in json.
Google chrome see the status 200 or 5OO, when I change the value
response.status (200)
I do not understand the error.
For the moment I test the url and a basic json to see the request and the answer.
This discussion was converted from issue #3346 on November 19, 2021 12:38.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am currently testing adonisjs and I have a problem with status 0 during a fetch call from site 1 to site 2.
Site 1 has a form where I send the data in fetch
Site 2 does receive the POST request and sends a response in json.
Google chrome see the status 200 or 5OO, when I change the value
response.status (200)
I do not understand the error.
For the moment I test the url and a basic json to see the request and the answer.
You can help me ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions