Open samtruedig opened 1 year ago
In the coupled sample if updating nuxt to 3.0.0-rc.12 or newer the ContentResolver throws an undefined exception, and no content loads
resolved this by setting the Accept-Language header eg.
defaultConfig.getHeaders = () => { return { "Accept-Language": "en" }; };
In the coupled sample if updating nuxt to 3.0.0-rc.12 or newer the ContentResolver throws an undefined exception, and no content loads