solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

[Bug?]: Github Codespace hot reloading

Open JxavierP opened this issue 2 months ago • 2 comments

Duplicates

  • [x] I have searched the existing issues

Latest version

  • [x] I have tested the latest version

Current behavior 😯

Currently, whilst running solid-start inside of a Github Codespace, hot reloading does not work and a manually reload of the page is required to see style changes. I'm guessing that its vinxi and not on solid-start's side but I'm not sure.

Expected behavior 🤔

The page should hot reload after code changes.

Steps to reproduce 🕹

Steps:

  1. Create new codespace.
  2. Initialize a solid start project.
  3. Run the dev server.
  4. Make some code changes

JxavierP avatar Oct 17 '25 13:10 JxavierP

maybe this is a Github Codespace thing. Does it work if you develop locally?

brenelz avatar Oct 24 '25 02:10 brenelz

Oh no local development works as it should. I think it might be a vinxi/port confighuration issue when working with codespaces. I don't have this issue when working with other frameworks that use vite or nextjs.

JxavierP avatar Nov 02 '25 22:11 JxavierP