You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 filenode_modules/.pnpm/@smithy+fetch-http-handler@2.2.0/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js
tosupported: Boolean(typeof Request !== "undefined" && "keepalive" in new Request("http://localhost")),
. For resolution of root issue, see here.The text was updated successfully, but these errors were encountered: