Localhost Usage
This error will occur if you're using localhost as SnailyCAD's domain.

Possible ways to fix it
- Use your LAN or WAN IP-address for
NEXT_PUBLIC_PROD_ORIGINandCORS_ORIGIN_URL. - Use a domain name for
NEXT_PUBLIC_PROD_ORIGINandCORS_ORIGIN_URL. - Do not use
localhostforNEXT_PUBLIC_PROD_ORIGINandCORS_ORIGIN_URL.