Skip to content

Really long load time for the CSS #5

@dietler

Description

@dietler

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions