-
**Describe the bug**
When opening the tab on an app that uses a baseURL, the devtools `` loads the incorrect URL
The `DEVTOOLS_UI_ROUTE` is set to `'/__nuxt-i18n-micro'` but should support `'/pref…
-
### Environment
node v22.11.0
nitropack@2.10.4 (error happens from 2.10.0 onwards)
### Reproduction
Install new nitro project with version 2.10.x, add the following to nuxt.config.ts:
bas…
-
## Problem
Our approach to anonymous rate limiting inadvertently affects single IP address institutions like schools and libraries. In these cases, all users on their networks are rate limited as…
-
### 📚 What are you trying to do?
I'm trying to use the googleTagManager registry script and the useScriptGoogleAnalytics composable.
I have the registry script set up like so:
```
modules: [
'@nux…
-
### Environment
Production
### Reproduction
....
### Describe the bug
I've encountered a problem with my Nuxt3 application in production where elements are being duplicated. Here's the situation…
-
### Describe the feature
Context: mentioned by @keryigit (https://github.com/nitrojs/nitro/pull/926#issuecomment-2479538445)
Currently `proxy` route rules allow proxy normal HTTP requests but do…
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v18.17.1
- Nuxt Version: 3.8.2
- CLI Version: 3.10.0
- Nitro Version: 2.8.1
- Package Man…
-
My Nuxt 3 Implementation of this is a reverse proxy through an NGINX environment that goes from 443 https on the client to 80 on the docker container holding my nuxt 3 files/server.
sw.js changes …
-
# 问题描述
无法使用frp反向代理
frps:
```
Nov 24 06:41:45 frps[732]: 2024-11-24 06:41:45.645 [W] [httputil/reverseproxy.go:472] do http proxy request [host: ***.***.***] error: EOF
```
# 问题环境
直接按照主页的docke…
-
Hey there,
im trying to do a request via a proxy with SSR, the normal `$fetch` from nuxt is working:
```ts
const {
csrf
} = useCsrf()
// not working (error from title)
await $csrfFetch(`/ap…