Kunal Bagaria
Kunal Bagaria
Explore posts from servers
KKinde
Created by Kunal Bagaria on 7/5/2024 in #💻┃support
How can I get the X username or the user ID of the user when they are signing up using X
Hey, I've implemented sign in using X through Kinde, but it is essential that I get the username for our product, how can I achieve this?
5 replies
RRailway
Created by Kunal Bagaria on 2/2/2024 in #✋|help
Why do builds keep deploying for an eternity after the build process is complete?
The build takes 20 seconds at most, and the deployment takes 6-7 mins or even more than that at times for it to be available
9 replies
KKinde
Created by Kunal Bagaria on 1/26/2024 in #💻┃support
How to switch organization for apps in the Kinde dashboard?
Kinde Dashboard Query
12 replies
KKinde
Created by Kunal Bagaria on 1/22/2024 in #💻┃support
Trying to get the user session in server side Next.js v14 pages directory, always returns null
No description
17 replies
RRailway
Created by Kunal Bagaria on 4/24/2023 in #✋|help
Error: Docker build failed (by default Dockerfile, I'm not using any custom Dockerfile)
I'm deploying a simple Next.js project. And this is the error I'm facing when the project gets built.
-----
Dockerfile:25
-------------------
23 | # build phase
24 | COPY . /app/.
25 | >>> RUN --mount=type=cache,id=s/72f27e90-3cba-4b70-b242-52f65f49d0ec-next/cache,target=/app/.next/cache --mount=type=cache,id=s/72f27e90-3cba-4b70-b242-52f65f49d0ec-node_modules/cache,target=/app/node_modules/.cache yarn run build
26 |
27 |
-------------------
ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn run build" did not complete successfully: exit code: 1

Error: Docker build failed
-----
Dockerfile:25
-------------------
23 | # build phase
24 | COPY . /app/.
25 | >>> RUN --mount=type=cache,id=s/72f27e90-3cba-4b70-b242-52f65f49d0ec-next/cache,target=/app/.next/cache --mount=type=cache,id=s/72f27e90-3cba-4b70-b242-52f65f49d0ec-node_modules/cache,target=/app/node_modules/.cache yarn run build
26 |
27 |
-------------------
ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn run build" did not complete successfully: exit code: 1

Error: Docker build failed
15 replies
RRailway
Created by Kunal Bagaria on 3/7/2023 in #✋|help
Containers seem to be down, the website is not accessible
Website keeps loading
9 replies
RRailway
Created by Kunal Bagaria on 2/3/2023 in #✋|help
Custom Domain not loading
7 replies
RRailway
Created by Kunal Bagaria on 1/4/2023 in #✋|help
Container Start Error
8 replies
RRailway
Created by Kunal Bagaria on 10/13/2022 in #✋|help
Multiple connection timeouts today for deployments
2 replies
RRailway
Created by Kunal Bagaria on 8/21/2022 in #✋|help
Error 429 for CoinGecko API
{"message":"Request failed with status code 429","name":"Error","stack":"Error: Request failed with status code 429\n at createError (/workspace/node_modules/axios/lib/core/createError.js:16:15)\n at settle (/workspace/node_modules/axios/lib/core/settle.js:17:12)\n at IncomingMessage.handleStreamEnd (/workspace/node_modules/axios/lib/adapters/http.js:293:11)\n at IncomingMessage.emit (node:events:549:35)\n at endReadableNT (node:internal/streams/readable:1359:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"headers":{"Accept":"application/json, text/plain, */*","User-Agent":"axios/0.24.0"},"method":"get","url":"https://api.coingecko.com/api/v3/coins/solana"},"status":429}
{"message":"Request failed with status code 429","name":"Error","stack":"Error: Request failed with status code 429\n at createError (/workspace/node_modules/axios/lib/core/createError.js:16:15)\n at settle (/workspace/node_modules/axios/lib/core/settle.js:17:12)\n at IncomingMessage.handleStreamEnd (/workspace/node_modules/axios/lib/adapters/http.js:293:11)\n at IncomingMessage.emit (node:events:549:35)\n at endReadableNT (node:internal/streams/readable:1359:12)\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"headers":{"Accept":"application/json, text/plain, */*","User-Agent":"axios/0.24.0"},"method":"get","url":"https://api.coingecko.com/api/v3/coins/solana"},"status":429}
10 replies