Egemen
Explore posts from serversCDCloudflare Developers
•Created by Egemen on 4/26/2024 in #pages-help
I can't add custom domain
@Helpflare could you check it?
2 replies
KKinde
•Created by Egemen on 4/1/2024 in #💻┃support
Nuxt, router.push("/api/login") raises 404 error
navigateTo('/api/logout', {
external: true
});
@Niza , @VKinde , it works.6 replies
KKinde
•Created by Egemen on 4/1/2024 in #💻┃support
Nuxt, router.push("/api/login") raises 404 error
Error: Page not found: /api/login at createError (http://localhost:3000/_nuxt/node_modules/h3/dist/index.mjs?v=e5c10816:79:15) at http://localhost:3000/_nuxt/node_modules/nuxt/dist/pages/runtime/plugins/router.js?t=1711971066506&v=e5c10816:174:54 at fn (http://localhost:3000/_nuxt/node_modules/nuxt/dist/app/nuxt.js?v=e5c10816:182:44) at Object.runWithContext (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-3K6LZAJX.js?v=e5c10816:4893:18) at callWithNuxt (http://localhost:3000/_nuxt/node_modules/nuxt/dist/app/nuxt.js?v=e5c10816:187:24) at http://localhost:3000/_nuxt/node_modules/nuxt/dist/app/nuxt.js?v=e5c10816:32:54 at EffectScope.run (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-3K6LZAJX.js?v=e5c10816:1313:20) at Object.runWithContext (http://localhost:3000/_nuxt/node_modules/nuxt/dist/app/nuxt.js?v=e5c10816:32:44) at http://localhost:3000/_nuxt/node_modules/nuxt/dist/pages/runtime/plugins/router.js?t=1711971066506&v=e5c10816:174:23
6 replies
KKinde
•Created by Egemen on 3/13/2024 in #💻┃support
Not clear error message
I've checked API document to get information of user with email, howeverI couldn't find.
5 replies
KKinde
•Created by Egemen on 3/13/2024 in #💻┃support
Not clear error message
Dear @Andre @ Kinde
This is a new issue with details. I'm sure if user is already registered, I think that you can return user id and information about the user is existing in organization.
POST https://rapp.kinde.com/api/v1/user
{
"profile": {
"given_name": "Egemen",
"family_name": "lastname",
"provided_id": "3cca561e-92a5-4460-8154-84f9be12cfb1"
},
"organization_code": "org_4ddccf440d0a",
"identities": [
{
"type": "email",
"details": {
"email": "[email protected]"
}
}
]
}
I'm getting following error.
Response{protocol=http/1.1, code=400, message=Bad Request, url=https://rapp.kinde.com/api/v1/user}5 replies
KKinde
•Created by Egemen on 3/13/2024 in #💻┃support
[Nuxt] callback URLs independent of the project base URL
I will this one in preview mode, not production mode.
7 replies
KKinde
•Created by Egemen on 3/13/2024 in #💻┃support
[Nuxt] callback URLs independent of the project base URL
@quacksire I don't want to set exact domain/subdomain, it should understand itself which redirect_url belongs to it.
7 replies
KKinde
•Created by Egemen on 3/13/2024 in #💻┃support
[Nuxt] callback URLs independent of the project base URL
@Daniel_Kinde In test environments, we need to test each branch/instance separately. that's why when we login, kinde should redirect the current instance
7 replies
KKinde
•Created by Egemen on 3/13/2024 in #💻┃support
[Nuxt] callback URLs independent of the project base URL
NUXT_KINDE_REDIRECT_URL=https://[deployment].[project].pages.devapi/callback
NUXT_KINDE_LOGOUT_REDIRECT_URL=https://[deployment].[project].pages.dev
NUXT_KINDE_POST_LOGIN_REDIRECT_URL=https://[deployment].[project].pages.dev/dashboard
Thanks @quacksire , are they placeholders which are set automatically on cloudflare side ?7 replies
KKinde
•Created by ertu on 2/12/2024 in #💻┃support
Nuxt Module org_code is not working
@Daniel_Kinde could you have a look this issue ?
https://discord.com/channels/1070212618549219328/1215318919141920818
25 replies
KKinde
•Created by ertu on 2/12/2024 in #💻┃support
Nuxt Module org_code is not working
Hello @Daniel_Kinde , is there any update for PR ?
25 replies
KKinde
•Created by ertu on 2/12/2024 in #💻┃support
Nuxt Module org_code is not working
Thank you @Daniel_Kinde , Do you have an estimated date for production?
25 replies
CDCloudflare Developers
•Created by Egemen on 11/12/2023 in #pages-help
gitlab connect via cloudflare api
I've solved on gitlab side, I've created ci cd on gitlab through gitlab-ci.yml
7 replies
CDCloudflare Developers
•Created by Egemen on 11/12/2023 in #pages-help
gitlab connect via cloudflare api
@Cyb3r-Jok3 yes. I've already added it. It works on site.
7 replies
CDCloudflare Developers
•Created by Egemen on 11/12/2023 in #pages-help
gitlab connect via cloudflare api
dear @Cyb3r-Jok3 ,
While creating a new project, I can not add git sources. Do you know if there is a way ?
7 replies