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
DTDrizzle Team
Created by Nicolas on 8/11/2024 in #help
SQL string could not be parsed: non-terminated block comment at ...
The error was I had another migration file that was pulled from the introspection and it was commented out... by having it commented out I thought it woudln't inter unless uncommented but it did...
6 replies
DTDrizzle Team
Created by Nicolas on 8/11/2024 in #help
SQL string could not be parsed: non-terminated block comment at ...
Hi Mario, I tried that but still received the same error, thanks for the suggestion.
6 replies
DTDrizzle Team
Created by Nicolas on 8/11/2024 in #help
SQL string could not be parsed: non-terminated block comment at ...
Using the following packages/version:
"drizzle-kit": "^0.23.1",
"drizzle-orm": "^0.32.1",
"drizzle-zod": "^0.5.1",
"drizzle-kit": "^0.23.1",
"drizzle-orm": "^0.32.1",
"drizzle-zod": "^0.5.1",
6 replies