James Azarja
James Azarja
I also found this issue.
The problem with removing 'name' is the HTTP endpoint URL will be different from older serverless-google-cloudfunction version (which uses handler name) while the latest version uses function name as HTTP...
Same here, the example not working with PhantomJS 2.1
Same issue on my nextjs web app ``` Error [ERR_REQUIRE_ESM]: require() of ES Module C:\Works\node_modules\.pnpm\[email protected]\node_modules\nanoid\index.js from C:\Works\node_modules\.pnpm\@[email protected][email protected]\node_modules\@co pilotkit\react-core\dist\index.js not supported. Instead change the require of C:\Works\node_modules\.pnpm\[email protected]\node_modules\nanoid\index.js in C:\Works\node_modules\.pnpm\@[email protected][email protected]\node_modules\@copilotkit\react-core\ dist\index.js to...
My workaround ```typescript export const CopilotKit = dynamic( () => import('@copilotkit/react-core').then((w) => w.CopilotKit), { ssr: false } ); export const CopilotSidebar = dynamic( () => import('@copilotkit/react-ui').then((w) => w.CopilotSidebar), { ssr:...
@Joffcom The same error persists even with the "ignore SSL issues" option activated. I'm not using a VPN or proxy.
@carlosmiei ``` fetch Request: indodax POST https://indodax.com/tapi RequestHeaders: { 'Content-Type': 'application/x-www-form-urlencoded', Key: '****YE7', Sign: '****6ff1' } RequestBody: method=trade×tamp=1724583401536&recvWindow=5000&pair=pepe_idr&type=buy&price=0.135&idr=10595.86582851135&pepe=78487.89502601 handleRestResponse: indodax POST https://indodax.com/tapi 200 OK ResponseHeaders: { 'Cf-Cache-Status': 'DYNAMIC', 'Cf-Ray': '8b8b0e93bf5bbe8d-CGK',...