Sassan Haradji

Results 164 comments of Sassan Haradji

Hi @misl6, I think the failed test has nothing to do with the changes introduced in this pull request. Please let me know if I'm mistaken.

Thanks for preparing this suggestion! Is it possible to achieve this with separate calls to Firebase API? Wouldn't it be more aligned with the separation of concerns to let it...

Thanks for reporting this issue! I'm not restricting regions or providing the list myself, it is done by Firebase itself. Have you seen other Eventarc regions in other extensions? Maybe...

Hi @igo95862 Thanks! I just tried this and it works very well for my use-cases.

Somehow relevant: I'm using the nightly build and I'm constantly getting this error: ``` ....local/share/nvim/lazy/noice.nvim/lua/noice/util/ffi.lua:38: dlsym(RTLD_DEFAULT, syn_attr2entry): symbol not found ``` Sometimes it shows this error so many times that...

Also [the version that works locally](https://9bbb541c.next-app-websocket-pages.pages.dev), fails when deployed to cloudflare infrastructure with this error: { "stack": " at ke (bundledWorker-0.8185137090843237.mjs:702:50)", "name": "RangeError", "message": "Responses may only be constructed with...

This seems to be where the error is being raised: https://github.com/cloudflare/next-on-pages/blob/96c331d20e679ebad0e43153430786685dbbcdec/packages/next-on-pages/templates/_worker.js/handleRequest.ts#L121 Just an observation: I can connect to the websocket if I remove `resp = new Response(...` and directly return...

> and ugly (using the callstack) I would probably implement it by checking the call stack too, as the final solution. Actually I think checking the call stack is better...

> So, you are going to make another PR? Would be awesome! I will try.