Closed thescientist13 closed 1 year ago
Bug
Similar to #1092, realized now the port for getStaticServer is also hardcoded when creating a new instance for URL.
getStaticServer
URL
const url = new URL(`http://localhost:8080${ctx.url}`);
This isn't really a bug per se as we aren't actually using this URL to make HTTP requests with, but it should at least be consistent with the actual state of the system.
Type of Change
Bug
Summary
Similar to #1092, realized now the port for
getStaticServer
is also hardcoded when creating a new instance forURL
.Details
This isn't really a bug per se as we aren't actually using this
URL
to make HTTP requests with, but it should at least be consistent with the actual state of the system.