Images in local development server #47

Closed
opened 2026-02-26 23:59:39 +01:00 by ajlewis2 · 2 comments

Should I be seeing images in the local development server viewing? I see them once they are on the web, but not in the preview in the local server. I don't know if I've got the images in correctly until I put the post up online.

Should I be seeing images in the local development server viewing? I see them once they are on the web, but not in the preview in the local server. I don't know if I've got the images in correctly until I put the post up online.
Author

Okay, I saw the problem this morning. Well documented, of course. Ran /.bssg.sh server and watched the output. There was a warning:

socat not found. Falling back to netcat (single-threaded).
[BSSG-Server|2026-03-17 10:54:38] This may cause issues with loading multiple resources (like images) simultaneously.
[BSSG-Server|2026-03-17 10:54:38] For a better experience, please install socat (e.g., 'sudo apt install socat' or 'brew install socat').

Did the recommended and sure enough I now have images on the local server. :-)

Okay, I saw the problem this morning. Well documented, of course. Ran /.bssg.sh server and watched the output. There was a warning: ``` socat not found. Falling back to netcat (single-threaded). [BSSG-Server|2026-03-17 10:54:38] This may cause issues with loading multiple resources (like images) simultaneously. [BSSG-Server|2026-03-17 10:54:38] For a better experience, please install socat (e.g., 'sudo apt install socat' or 'brew install socat'). ``` Did the recommended and sure enough I now have images on the local server. :-)
Owner

Great! Closing it.

Great! Closing it.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stefano/BSSG#47
No description provided.