This seems to be caused by nextjs redirecting …/api/echo
to …/api/echo/
For some reason the HTTPS is added in this redirect.
Can you use …/api/echo/
(with the trailing /
) and see if that fixes it for you?
This seems to be caused by nextjs redirecting …/api/echo
to …/api/echo/
For some reason the HTTPS is added in this redirect.
Can you use …/api/echo/
(with the trailing /
) and see if that fixes it for you?