nicetomytyuk
nicetomytyuk
DDeno
Created by nicetomytyuk on 5/29/2024 in #help
How to resolve: http2 error: stream error detected: unspecific protocol error detected?
At the end I've move those request to the web application, less reusable solution but it has to resolve only a temporary issue with an old server, btw thank you for the tips 🤝🏻
6 replies
DDeno
Created by nicetomytyuk on 5/29/2024 in #help
How to resolve: http2 error: stream error detected: unspecific protocol error detected?
I've made another text by calling another server, and the request was successful, the issue at that point is for sure on the server side I am calling, it does not support HTTP2, so is there a way to run that DENO function with HTTP1 support?
6 replies
DDeno
Created by nicetomytyuk on 5/29/2024 in #help
How to resolve: http2 error: stream error detected: unspecific protocol error detected?
If the same API is called from Postman It returns the correct response, else If I run it from DENO in development or deployed I do get that http2 error.
6 replies
DDeno
Created by nicetomytyuk on 3/20/2024 in #help
readFile path not found
Thank you raunioroo ❤
10 replies
DDeno
Created by nicetomytyuk on 3/20/2024 in #help
readFile path not found
No description
10 replies
DDeno
Created by nicetomytyuk on 3/20/2024 in #help
readFile path not found
Yeah I've just resolve it with import.meta
10 replies
DDeno
Created by nicetomytyuk on 3/20/2024 in #help
readFile path not found
It is run like: deno.EXE run --inspect-wait --allow-all .\docker\volumes\functions\cloud\index.ts
10 replies
DDeno
Created by nicetomytyuk on 3/20/2024 in #help
readFile path not found
I start Deno in debug with F5 on VS Code
10 replies