Astro Not Working on Vercel

I got an astro app with some react components. Dev server works fine and so is the build. When I deploy it to vercel I get code 500 error. Idk what I'm missing. This is my astro config file
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import react from "@astrojs/react";
import image from "@astrojs/image";

// https://astro.build/config
import vercel from "@astrojs/vercel/serverless";

export default defineConfig({
integrations: [
tailwind(),
react(),
image({
serviceEntryPoint: "@astrojs/image/sharp",
}),
],
output: "server",
adapter: vercel(),
});
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import react from "@astrojs/react";
import image from "@astrojs/image";

// https://astro.build/config
import vercel from "@astrojs/vercel/serverless";

export default defineConfig({
integrations: [
tailwind(),
react(),
image({
serviceEntryPoint: "@astrojs/image/sharp",
}),
],
output: "server",
adapter: vercel(),
});
I also attached the vercel logs
1 Reply
JacobMGEvans
JacobMGEvans2y ago
This looks like it belongs on the Astro or Vercel GitHub issues.
Want results from more Discord servers?
Add your server