Fredrik Björk

Results 37 comments of Fredrik Björk

@surmon-china I just tried it, but now I get a new error: ```Unhandled Runtime Error Error: Cannot read properties of undefined (reading 'headers') Call Stack eval webpack-internal:/(sc_server)/node_modules/mongodb-data-api/dist/mongodb-data-api.esm.js (109:30) ```

@surmon-china now I'm getting this error: ```{ message: 'Adapter http is not supported by the environment', name: 'AxiosError', description: undefined, number: undefined, fileName: undefined, lineNumber: undefined, columnNumber: undefined, stack: 'AxiosError:...

@surmon-china here goes. Also note that I'm using the edge runtime with my Next.js project. ``` System: OS: macOS 13.0.1 CPU: (6) x64 Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz Memory:...

@surmon-china anything else I can share to help fix this?

Something like this: e = Typhoeus::Request.get("https://example.com/action", :ssl_cacert => "ca_file.cer", :ssl_cert => "acert.crt", :ssl_key => "akey.key", [...] end (from https://github.com/pauldix/typhoeus)

@pczern be sure not to pass the x-api-key header when you're testing this locally (Pathfinder sends an empty one by default). Otherwise it bypasses the authorizer.

@pczern thanks for sending the sandbox, but it seems the be stuck when we try to access it. Mind pinging me in Discord so we can troubleshoot it together?

@overpod custom scalars are not supported yet, but are on the roadmap!

@rawkode great idea! I think you meant account level environment variables, right?