saharmor / dalle-playground

A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`http://localhost:8080` does not pass isValidURL check

BBaoVanC opened this issue · comments

I tried running this locally with the included Docker Compose config, but the regex in utils.js doesn't consider localhost a valid domain.

Using http://127.0.0.1:8080/ instead worked.

Test this on Regex101: https://regex101.com/r/Pu04zP/1

commented

Fixed in e7756b2