Invalid type returned by Astro page.

Route returned a RETURNED_VALUE. Only a Response can be returned from Astro files.

What went wrong?

Only instances of Response can be returned inside Astro files.

pages/login.astro

See Also:

© 2021 Fred K. Schott
Licensed under the MIT License.
https://docs.astro.build/en/reference/errors/only-response-can-be-returned/