Ibnu Rasikh - creatypestudio.co
Ibnu Rasikh - creatypestudio.co
Explore posts from servers
Aarktype
Created by OnkelTem on 10/14/2024 in #questions
Multiple @ark registries detected
okay thanks, I'll come back to this later, planning to push to production next week.
26 replies
Aarktype
Created by OnkelTem on 10/14/2024 in #questions
Multiple @ark registries detected
I'm pretty new to all this stuff and still learning. When you mentioned config options, were you thinking of tsconfig or package.json? Just so you know, I already added "type": "module" in my package.json. and also here's what my tsconfig looks like:
{
"compilerOptions": {
/* Base Options: */
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es2022",
"allowJs": true,
"checkJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
"isolatedModules": true,

/* Strictness */
"strict": true,
"noUncheckedIndexedAccess": true,

/* Bundled projects */
"lib": ["dom", "dom.iterable", "ES2022"],
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "preserve",
"plugins": [{ "name": "next" }],
"incremental": true,
// "exactOptionalPropertyTypes": true,

/* Path Aliases */
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
// "**/*.cjs",
".next/types/**/*.ts",
"types",
"trigger.config.ts",
"src/env.js"
// ".txt"
],
"exclude": ["node_modules", "ecosystem.config.js", "_draft"]
}
{
"compilerOptions": {
/* Base Options: */
"esModuleInterop": true,
"skipLibCheck": true,
"target": "es2022",
"allowJs": true,
"checkJs": true,
"resolveJsonModule": true,
"moduleDetection": "force",
"isolatedModules": true,

/* Strictness */
"strict": true,
"noUncheckedIndexedAccess": true,

/* Bundled projects */
"lib": ["dom", "dom.iterable", "ES2022"],
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "preserve",
"plugins": [{ "name": "next" }],
"incremental": true,
// "exactOptionalPropertyTypes": true,

/* Path Aliases */
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
// "**/*.cjs",
".next/types/**/*.ts",
"types",
"trigger.config.ts",
"src/env.js"
// ".txt"
],
"exclude": ["node_modules", "ecosystem.config.js", "_draft"]
}
26 replies
Aarktype
Created by OnkelTem on 10/14/2024 in #questions
Multiple @ark registries detected
I'm encountering the same error, although the website remains functional. I'm using Arktype for tRPC in my Next.js projects, and while the API operates smoothly, I'm concerned about the logs. Specifically, I'm worried about the potential storage space consumption these logs might cause on my drive.
26 replies
TTwenty
Created by Ibnu Rasikh - creatypestudio.co on 6/23/2024 in #❓︱help
Container Healthy But Web Inaccessible.
up, i don't know what to do, the docs has a very limited information about this
6 replies
TTwenty
Created by Ibnu Rasikh - creatypestudio.co on 6/23/2024 in #❓︱help
Container Healthy But Web Inaccessible.
and this is log for docker exec -it twenty-server-1 npx nx database:reset ```log ✔ 1/1 dependent project tasks succeeded [0 read from cache] Hint: you can run the command with --verbose to see the full dependent project outputs —————————————————————————————————————————————————————————————————————————————————————————————————————
nx run twenty-server:build
rimraf dist
nest build --path ./tsconfig.build.json
- TSC Initializing type checker... ✔ TSC Initializing type checker...
TSC Found 0 issues. SWC Running...
Successfully compiled: 1108 files with swc (521.41ms)
nx run twenty-server:"database:reset"
nx ts-node-no-deps -- ./scripts/truncate-db.ts
nx run twenty-server:ts-node-no-deps ./scripts/truncate-db.ts
ts-node ./scripts/truncate-db.ts
Performed 'Fetching schemas...' successfully Performed 'Dropping schema pgboss...' successfully All schemas dropped successfully.
6 replies
TTwenty
Created by Ibnu Rasikh - creatypestudio.co on 6/23/2024 in #❓︱help
Container Healthy But Web Inaccessible.
this is log for docker exec -it twenty-server-1 yarn
6 replies
TTwenty
Created by Ibnu Rasikh - creatypestudio.co on 6/20/2024 in #❓︱help
Newbie Question, How to Debug? Failed to Deploy
okay solved, it turns out just restart the container ;))
12 replies
HHono
Created by blake on 5/1/2024 in #help
How to implement Oauth in Hono?
optionally, if you want a very simple setup and minimal code, try pocketbase. you will be suprise how easy pocketbase. and you don't need Next Auth. the only problem (but actually that's the main benefit) is pocketbase using sqlite.
10 replies
DTDrizzle Team
Created by adrtivv on 11/27/2023 in #help
drizzle studio blank screen
went the same problem, the solution i get is just activate or deactivate Cloudflare WRAP or 1.1.1.1, maybe someone else have the same condition with me (dunno why it's affect)
11 replies