ruaan
ruaan
Explore posts from servers
DDeno
Created by ruaan on 1/31/2024 in #help
Fetch request from own server
wdym with ping job? fetching from the cron?
19 replies
DDeno
Created by ruaan on 1/31/2024 in #help
Fetch request from own server
i also write this on the first message, it doesn't work sending a request to itself
19 replies
DDeno
Created by ruaan on 1/31/2024 in #help
Fetch request from own server
^
19 replies
DDeno
Created by ruaan on 1/31/2024 in #help
Fetch request from own server
how using deno.cron would keep it alive?
19 replies
DDeno
Created by ruaan on 1/31/2024 in #help
Fetch request from own server
how can i keep the server from going idle them?
19 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
it work locally and the same exactly code works on heroku
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
no, but it is still not working i have posted the error logs twice. it has nothing to do with mongo or koa
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
-.-'
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
he didnt even read the log errors
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
@marvinh. hey could you bring attention to that issue to someone else?
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
it does work locally only on deno i get that error
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
what about that error?
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
np, it really was unclear
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
i mentioned it above
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
i continue getting error when i make a request, as i mentioned there
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
wdym?
22 replies
DDeno
Created by ruaan on 1/6/2024 in #help
Deno deploy: "Error The deployment failed: ISOLATE_INTERNAL_FAILURE"
does deno deploy work if my files is imported this way?
import Koa from "koa";
import Bodyparser from "koa-bodyparser";
import Logger from "koa-logger";
import Cors from "@koa/cors";
import Mongo from "koa-mongo";
import config from "./config.js";
import routes from "./routes.js";
import Koa from "koa";
import Bodyparser from "koa-bodyparser";
import Logger from "koa-logger";
import Cors from "@koa/cors";
import Mongo from "koa-mongo";
import config from "./config.js";
import routes from "./routes.js";
22 replies