Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Really long load time for the CSS #5

Open
dietler opened this issue Sep 6, 2023 · 1 comment
Open

Really long load time for the CSS #5

dietler opened this issue Sep 6, 2023 · 1 comment

Comments

@dietler
Copy link

dietler commented Sep 6, 2023

What am I doing wrong that it seems to take a very long time for the CSS to load? I see the fields and text, but the default formatting seems to take a full 10+ seconds to prepare itself.

I thought I had an issue on an older project where I implemented it, but I just created a fresh new Nuxt project and this was the first thing I tried and I'm still having the same issue where it seems to be delayed a great deal compared to all of the other styling on the site which is instant.

My code:

<template>
    <Auth :supabaseClient="supabaseClient" :appearance="{
        theme: ThemeSupa,
    }"
    :providers="[]" />
</template>

<script setup lang="ts">
import { ThemeSupa } from "@supabase/auth-ui-shared";
import { Auth } from "@nuxtbase/auth-ui-vue";

const supabaseClient = useSupabaseClient();
</script>
@CyberCowboy404
Copy link
Contributor

Have same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants