11 Oct Nuxt.js How to Fix Nuxt.js Integrity Errors and 503 Issues Behind Cloudflare October 11, 2025 By Zhexuan Liu 0 comments Deploying a Nuxt.js app behind Cloudflare sounded like a solid idea—great caching, global CDN, free SSL, and security features. But onc... Continue reading
11 Oct Nuxt.js How to Solve the Nuxt.js Composable Access Error (TypeScript) October 11, 2025 By Zhexuan Liu 0 comments While working on a Nuxt.js 3 project with Supabase authentication, I ran into a confusing error that had me scratching my head for long... Continue reading
01 Oct Nuxt.js How I Fix a CORS Error When Calling a Firebase Function from Nuxt.js October 1, 2025 By Zhexuan Liu 0 comments Recently I was working on a small test project where I wanted to call a Firebase Cloud Function directly from my Nuxt.js frontend using... Continue reading
01 Oct Nuxt.js How I Fix Error Handling Not Working in Nuxt.js serverMiddleware October 1, 2025 By Zhexuan Liu 0 comments Recently, I stumbled into a head-scratcher while building APIs inside Nuxt.js v2 using Express in the serverMiddleware/ directory. I ex... Continue reading
16 Sep Nuxt.js How Do I Fix Nuxt.js Webpack Build Error on Heroku When Everything Works Locally September 16, 2025 By Zhexuan Liu 0 comments I ran into a frustrating problem while deploying my Nuxt.js project to Heroku. Everything ran flawlessly on my local machine, but the H... Continue reading
16 Sep Nuxt.js How Do I Fix ‘An Error Occurred’ in Nuxt.js with IE11? September 16, 2025 By Zhexuan Liu 0 comments When I first ran my Nuxt.js project in IE11, I was greeted with a big ugly “An error occurred” message. Everything worked perfectly in ... Continue reading
09 Apr Nuxt.js How do I Call a Service API with Nuxt.js April 9, 2025 By Zhexuan Liu 0 comments Today i want to share my journey debugging and enhancing a Nuxt.js API service. I recently encountered a frustrating error while trying... Continue reading
09 Apr Nuxt.js How to Add Client-side Scripts to Nuxt.js? April 9, 2025 By Zhexuan Liu 0 comments I’ve been working with Nuxt.js for a while now, and one of the challenges I encountered was adding client-side scripts especially when ... Continue reading
14 Mar Nuxt.js How to Dumb to Understand Nuxt? March 14, 2025 By Zhexuan Liu 0 comments If you’ve ever stared at a Nuxt error message like H3Error: Failed to fetch while your data mysteriously disappears when navi... Continue reading
03 Mar Nuxt.js How to Fix Vue-Devtools Always Disabled with Nuxt.js? March 3, 2025 By Zhexuan Liu 0 comments If you’re working with Nuxt.js v2.3.0 and encountering the frustrating error: “Nuxt.js + Vue.js is detected on this page. Devtools insp... Continue reading