KraZ
Explore posts from serversWhy do I get Component LayoutLoader is missing from my code?
[@vue/compiler-sfc] Failed to resolve extends base type.
If this previously worked in 3.2, you can instruct the compiler to ignore this extend by adding /* @vue-ignore / before it, for example:
interface Props extends / @vue-ignore */ Base {}
Note: both in 3.2 or with the ignore, the properties in the base type are treated as fallthrough attrs at runtime.
D:/projects/affelios/Affelios-Portal-Client/components/Logo.vue
2 | import type { ImgHTMLAttributes } from 'vue'
3 |
4 | interface LogoProps extends Omit<ImgHTMLAttributes, 'src'> {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 5 |
6 | const props = withDefaults(defineProps<LogoProps>(), { as: 'img' });
4 | interface LogoProps extends Omit<ImgHTMLAttributes, 'src'> {} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 5 |
6 | const props = withDefaults(defineProps<LogoProps>(), { as: 'img' });
2 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Yes, all good, we're back up and running. Thank you so much for your help ❤️
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
no dns record by the name of _acme-challenge exists now
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
yeah deleted
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
So once this is done, I shouldn't have to do anything ever again right? certs will auto-renew etc...
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Nothing worse than dealing with things over a weekend or over the holiday periods
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Okay tyvm, I will give this a few minutes and come back here to share the results, appreciate it ❤️
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
does CF create the acme-challenge TXT record automatically?
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Also, I think I messed up the TXT records for the acme-challenge
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
The edge certs are pending validation, how long do they typically take?
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
--
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
(he was using a script)
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
if I go unproxy, that leaves that door wide open
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
he was trying to find a way in
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Well we're using the "under attack" mode right now as some guy called our /auth routes a bunch of times and racked up our costs
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
it was only after pausing cloudflare I realised the issue was cloudflare
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I was assuming the issue was with Vercel, not Cloudflare
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I delegated acme after error occured
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
the error
36 replies
CDCloudflare Developers
•Created by KraZ on 12/28/2023 in #general-help
Suddenly getting ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I only did that recently as an attempt to fix
36 replies