_.Mass._
Explore posts from serversKKinde
•Created by _.Mass._ on 3/16/2025 in #💻┃support
504 gateway timeout
Confirming we are not seeing 504 responses anymore. It's good to see everything is working again. We made no changes on our end did you notice any issue on your end? I need to complete an internal incident report if you have any high level info to share.
Thank you for your prompt replies 👍
13 replies
KKinde
•Created by _.Mass._ on 3/16/2025 in #💻┃support
504 gateway timeout
we actually make a call to get the token and if that fails we catch the exception and redirect to the login screen. So I think that error is expected in the console. Everything started working now, we made no changes
13 replies
KKinde
•Created by _.Mass._ on 3/16/2025 in #💻┃support
504 gateway timeout
I have also tried switching the authentication mechanism to email + code but that did not fix it. I am not sure if the issue related at all to the authentication mechanism
13 replies
KKinde
•Created by _.Mass._ on 3/16/2025 in #💻┃support
504 gateway timeout
I am now seeing a
Error: undefined token response
when making a call with kindeClient.getToken()
13 replies
KKinde
•Created by _.Mass._ on 3/16/2025 in #💻┃support
504 gateway timeout
we have a total of 7 apps. All of them are using email + code. Except 2 apps that are setup with email + password. The one returning the 504 are setup with email + password only
13 replies
KKinde
•Created by _.Mass._ on 3/16/2025 in #💻┃support
504 gateway timeout
it also strangely only affects our production environment. Email + password authentication works fine on our dev env
13 replies
KKinde
•Created by _.Mass._ on 3/16/2025 in #💻┃support
504 gateway timeout
this issue seems to affect only our apps that are using email + password authentication. We have other apps using different authentication mechanism and those are working fine.
13 replies
CDCloudflare Developers
•Created by Rick on 1/30/2025 in #workers-help
Unable to upload image to R2 via workers
@Rick I am glad you solved the issue. I agree, the docs are generally pretty good but miss some details here and there.
5 replies
CDCloudflare Developers
•Created by Rick on 1/30/2025 in #workers-help
Unable to upload image to R2 via workers
hey RIck, you don't need any auth secret nor cors settings when using the workers api. At first glance I don't see anything wrong with how you are storing the image. I have found this repo https://github.com/yusukebe/r2-image-worker you could try running it with your
assets
bucket configured and see if the images are being saved. At least it should help and tell you where to look5 replies
CDCloudflare Developers
•Created by _.Mass._ on 12/11/2024 in #vectorize
hi, I am evaluating Vectorize as the
thank you for your reply
3 replies
KKinde
•Created by _.Mass._ on 9/29/2024 in #💻┃support
Setting dark theme as default experience still serves light theme login page

9 replies
KKinde
•Created by _.Mass._ on 9/29/2024 in #💻┃support
Setting dark theme as default experience still serves light theme login page

9 replies
KKinde
•Created by _.Mass._ on 9/29/2024 in #💻┃support
Setting dark theme as default experience still serves light theme login page

9 replies
KKinde
•Created by _.Mass._ on 2/15/2024 in #💻┃support
redirectTo home with search parameters encodes the ?
yes, it does. Thank you
5 replies
KKinde
•Created by _.Mass._ on 2/15/2024 in #💻┃support
redirectTo home with search parameters encodes the ?
yes that was it, I was able to decode the
redirectTo
in the on_redirect_callback
.5 replies