Hey there,
I took a look at your logs and I don’t see any error messages there- your site is building and deploying correctly on Netlify. I’m not a Nuxt expert, but some places I would start debugging would be:
confirm that you’re generating your event routes & content during build. Could you try console.logging the generated routes to ensure they’re created?
check why you’re not currently fetching when the page loads- you’re only fetching on input or click. Can you render (or make API calls if necessary) as part of the loading process instead?
Sharing this walkthrough in case it’s useful for you!
Let us know if we can answer any other questions on this or if you find a fix!
That’s my generated files. all my dynamics routes are in events/*
As you can see with my image. The dist is create and you can see files with datas. Is it possible to see the generated files in the netlify server ? Or maybe i miss something in nuxt config ? Because normally we have nothing to do.
I am using the new fetch api with the new nuxt version. And it’s like async data when building locally so maybe the calls not working on your server ? Maybe the env variable are not working i dont know
Our logs do show that this route, for example, was generated on our side via a deploy yesterday: /fr/events/002-implementing-vue-js-in-legacy-code/index.html
Maybe you’ve gotten things working in that case!? Fingers crossed
If not, I wonder if the issue could have to do with how your routes parameter is nested in your Nuxt config. This shows a working routes parameter:
Could you either export just the routes here or make a more specific call here within generate so it’s something like :