awslabs / green-boost

Build Full Stack Cloud Native Web Apps on AWS Fast
https://awslabs.github.io/green-boost/
Apache License 2.0
70 stars 8 forks source link

Temporary Workaround For `TypeError: Failed to parse URL from` #254

Open bestickley opened 11 months ago

bestickley commented 11 months ago

In the gboost@0.21.0 release, there is a known issue with the Aurora PostgreSQL CRUD template. To fix it, update row 8 of the file node_modules/.pnpm/@smithy+fetch-http-handler@2.2.0/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js to supported: Boolean(typeof Request !== "undefined" && "keepalive" in new Request("http://localhost")),. For resolution of root issue, see here.