Skip to content

500 [VITE_ERROR] /pages/[...slug].vue?macro=true #12

Closed
@franksheppard

Description

@franksheppard

The build works fine, when I go to http://localhost get this:

[vite-node] [plugin:vite:vue] [VITE_ERROR] /pages/[...slug].vue?macro=true

<template>
    <main class="max-w-none mx-auto sm:w-3/5 prose prose-reader-light prose-reader-base prose-reader-compact px-4 pt-10 pb-20 sm:px-6">
        <ContentDoc />
    </main>
</template>

<script setup lang="ts">
definePageMeta({
  middleware: ["refresh"],
});
</script>
  

at /pages/[...slug].vue?macro=true

Activity

turukawa

turukawa commented on Feb 13, 2023

@turukawa
Member

Hi @franksheppard Does this also happen for you outside of Docker (running frontend at http://localhost:3000 direct)? And did you update Vite at all? I'm not having success duplicating this.

turukawa

turukawa commented on Feb 28, 2023

@turukawa
Member

Should be fixed in latest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @turukawa@franksheppard

        Issue actions

          500 [VITE_ERROR] /pages/[...slug].vue?macro=true · Issue #12 · whythawk/full-stack-fastapi-postgresql