Nicolas
Nicolas
Explore posts from servers
SSolidJS
Created by Nicolas on 8/26/2024 in #support
Can't get fetch to work in server code
I had to do the following before i fetched with my proxy:
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
process.emitWarning = () => {};
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
process.emitWarning = () => {};
6 replies
SSolidJS
Created by Nicolas on 8/26/2024 in #support
Can't get fetch to work in server code
I was able to fix it, hidden error with the proxy
6 replies
SSolidJS
Created by Nicolas on 8/26/2024 in #support
Can't get fetch to work in server code
Hi! Thanks for your help with this. correct, when i comment out the fetch it works just fine, but as soon as i do any kind of fetch, it doesn't work and seems to fail silently or never resolve.
6 replies