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

Clean project gives me static errors #6

Open
stichingsd-vitrion opened this issue Aug 12, 2024 · 0 comments
Open

Clean project gives me static errors #6

stichingsd-vitrion opened this issue Aug 12, 2024 · 0 comments

Comments

@stichingsd-vitrion
Copy link

Clean project gives me static errors

GET http://localhost:3000/_concierge/static/main.1e1087119f.css net::ERR_ABORTED 404 (Cannot find static asset /_concierge/static/main.1e1087119f.css)
_concierge/:1 
        
        
       GET http://localhost:3000/_concierge/static/vendor.ef109761db.js net::ERR_ABORTED 404 (Cannot find static asset /_concierge/static/vendor.ef109761db.js)
_concierge/:1 
        
        
       GET http://localhost:3000/_concierge/static/main.8acdde5e5b.js net::ERR_ABORTED 404 (Cannot find static asset /_concierge/static/main.8acdde5e5b.js)
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
  compatibilityDate: '2024-04-03',
  modules: ["nuxt-concierge"],
  concierge: {
    managementUI: true,
    redis: {
      host: "localhost",
      port: 6379,
      password: "test",
    },
  },
  devtools: { enabled: true },
  nitro:{
    experimental:{
      openAPI: true
    }
  }
})
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

1 participant