Why is Plasmic overriding my http request with https

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?

1 Like