Closed ResearchScientist closed 5 months ago
Hi @ResearchScientist,
Thanks for taking the time to report this issue. I noticed that it seems similar to an existing issue, #11003. To keep our issue tracker organized and make it easier for others to find relevant discussions, I'm going to close this one for now. If you believe that this issue is different, please feel free to let us know.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Updated schema and reset and force pushed to astro studio. Build results in error:
✔ Connected to remote database. 01:36:11 [WARN] [config] The feature "assets" is experimental and subject to change (used by @astrojs/netlify). 01:36:11 [astro:db] database: remote 01:36:11 [build] output: "server" 01:36:11 [build] directory: /workspaces/Accountability-Bunnies/dist/ 01:36:11 [build] adapter: @astrojs/netlify 01:36:11 [build] Collecting build info... 01:36:11 [build] ✓ Completed in 2.58s. 01:36:11 [build] Building server entrypoints... 01:36:12 [vite] ✓ built in 1.30s 01:36:12 [build] ✓ Completed in 1.37s.
building client (vite) 01:36:12 [ERROR] [vite] WebSocket server error: Port is already in use 01:36:12 [vite] Re-optimizing dependencies because vite config has changed 01:36:12 [vite] ✓ 7 modules transformed. 01:36:13 [vite] dist/_astro/hoisted.CayMMy3Q.js 7.19 kB │ gzip: 2.44 kB 01:36:13 [vite] ✓ built in 113ms 01:36:13 finalizing server assets
01:36:13 [build] Rearranging server assets... 01:36:13 [@astrojs/netlify] Emitted _redirects 01:36:13 [@astrojs/netlify] Generated SSR Function 01:36:13 [build] Server built in 4.55s 01:36:13 [build] Complete!
The project then appears on netlify as a blank page. It deployed correctly with astro v4.8.2. Failed with v4.8.5. Reverted back to v4.8.2 and now also fails.
What's the expected result?
Build to succeed.
Link to Minimal Reproducible Example
none
Participation