My app cant display after deploy, nuxt app website

im stuck in here ,cause not display log error in console log.

this my dependency,

and this my nuxt.config.js

anyone can help my problem, im very stuck here. thanks

Hey @herlanmustopa

Helps if you can provide the link to the site for others to test :slight_smile:

I see an error which indicates the issue is within NuxtJS / your code.

Have you tried building/generating the site locally (i.e. npm run build && npm run generate, not simply testing with npm run dev) to see that it works as expected?

oh yeah, i found my problem, thanks for response @coelmay