Bug in server when editing "Response Headers"
pantchox opened this issue · 3 comments
pantchox commented
When creating a new http endpoint, the default "Response Headers" first row is "Access-Control-Allow-Origin: *" which is great it allows us CORS.
but if i click on it to edit it a new headers row is added under it.
If i don't add new header and leave the new row fields empty, clicking "Deploy" and "Save" , closing and reloading atmo causes the endpoint to return "404" error.
in my case the endpoint was a "200 OK" and "POST"
Thanks.
Raathigesh commented
Unfortunately, I couldn't reproduce the issue.
pantchox commented
i will try to write a more specific reproduce to this bug tommrow, there is def' a bug.
thanks!
pantchox commented
i could not reproduce this bug.