financesaucer
financesaucer
PD🧩 Plasmo Developers
Created by Adeel Ehsan on 1/16/2024 in #👾extension
Is there any way I can open the react component in the new tab?
I guess you should be using pages/ and then use the crome api to open a new tab with the page url... I'm not sure but that is how i would try to approach it
3 replies
DDeno
Created by IngilizAdam on 9/16/2023 in #help
proxy-agent not working on Deno Deploy
For me too, even createHttpClient doesnt work because its unstable api and i cant find any other way to make it work... i guess the only way is to self host the sever
8 replies
DDeno
Created by IngilizAdam on 9/16/2023 in #help
proxy-agent not working on Deno Deploy
Hi, did you find a way to make it work?
8 replies
DDeno
Created by financesaucer on 1/12/2024 in #help
Axios HttpsProxyAgent
so how can i make fetch requests with a proxy using stable api, proxy env variables seems to not be working with deno deploy and also i cant use deno.createHttpClient because its unstable api
11 replies
DDeno
Created by financesaucer on 1/12/2024 in #help
Axios HttpsProxyAgent
how to use unstable api on deno deploy
11 replies
DDeno
Created by financesaucer on 1/12/2024 in #help
Axios HttpsProxyAgent
How do i use fetch with proxy with deno deploy? its not working with env variable
11 replies
DDeno
Created by financesaucer on 1/12/2024 in #help
Axios HttpsProxyAgent
I have another probelm actually on deno deploy, it seems that env are not working correctly, im exiting with the instance ip instead of the proxy... i did set the env in the env section but it does not work, also tryed to get them and set them directly in the code with Deno.env.get / Deno.env.set
11 replies
DDeno
Created by financesaucer on 1/12/2024 in #help
Axios HttpsProxyAgent
Thanks i actually did it with Deno.env.set using fetch and it works but with axios it does not work still, but no problem ill just rewrite all with fetch
11 replies