Category: nuxt

nuxt
2022-11-20 03:29 (3 years ago)
How to Set Up API Proxy to Other Services in Nuxt3

This document provides guidelines for easily setting up a development environment when you are using a different web framework for your server-side API, instead of utilizing the built-in server-side API feature of Nuxt3, which allows the creation of server-side APIs by simply creating a file like server/api/xxx.ts.

Javascriptnuxt
2020-10-07 12:49 (5 years ago)
A TypeScript Decorator to Show a Toast When $axios.$get Fails in an Async Method with Nuxt

This article introduces a TypeScript decorator code that displays a toast notification when the $axios.$get method fails within an async method in a Nuxt.js application.

nuxt
2020-01-02 11:53 (6 years ago)
When Using Nuxt Axios Proxy Mode, Axios Config's httpsAgent Injection Cannot Handle Self-Signed Certificates on the Proxy Server

As of January 2, 2020, when using the proxy mode with axios in Nuxt, an error occurred during connection due to the target server using a self-signed SSL certificate. The error was "UNABLE_TO_VERIFY_LEAF_SIGNATURE."

Categories

Archive