Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
26 views

How to deploy to Firebase from Docker container in Nuxt 3

How to manage Firebase CLI authentication and then deployment from Docker container This is lacking in NUXT Firebase documentation https://nuxt.com/deploy/firebase I have found different customs setup ...
LearningPath's user avatar
0 votes
1 answer
57 views

Nuxt "/_loading/sse" results in "ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)"

Issue In order to overcome CORS and TLS/SSL issues during Nuxt 2.14 project development, a Docker Nginx and Node containers are in use, where Nginx is also used as a reverse-proxy. DevTools Console is ...
Artfaith's user avatar
  • 1,437
0 votes
1 answer
60 views

Nuxt deployment with ingress

I have this configuration in my "ingress" apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress-nginx-rewrite namespace: ns-apropo-uat annotations: nginx.ingress....
Dante Aligeri's user avatar
2 votes
2 answers
100 views

Nuxt3 get environment variables from Kubernetes Secrets

I'm using Nuxt3 with K8 and want to pass some secrets using Kubernetes Secrets to my Nuxt3 app. I cannot set the environment variables in my Docker container directly, because the container is public. ...
Muhammad Arsalan's user avatar
0 votes
0 answers
92 views

Calling useFetch() in Nuxt 3 causes Vue Router error in Docker container

Unfortunately, I can’t trace under what circumstances this started. But when I try to run it in Docker, errors appear in the console, and the application does not respond to requests. Nuxt 3.10.2 ...
Olexin's user avatar
  • 1
0 votes
0 answers
31 views

Calling an API on my local machine from within a container only works at first load

I'm running a Nuxt app inside a Docker container that talks to my local machine Laravel API on localhost:8000. I've followed this answer to make the container see my localhost. docker-compose ...
Muhammad Mahmoud's user avatar
0 votes
2 answers
421 views

Docker Build Problem "Error: Cannot find module"

I have a problem with the execution of the docker build command, in my Nuxt frontend docker container. This is my Dockerfile: FROM node:lts-alpine as base RUN npm install -g pnpm WORKDIR /usr/src/...
Alex72936's user avatar
0 votes
1 answer
113 views

Nodejs / Nuxt 3 Paketo Buildpacks: Container start 'failed to launch: determine start command: when there is no default process a command is required'

I have a Nuxt / Vue.js based app (example code here), where I already used Cloud Native Buildpacks to build a container for the Server Side Rendering mode. I'm in the process of migrating to Nuxt 3.x /...
jonashackt's user avatar
  • 13.9k
0 votes
0 answers
162 views

Caddy proxy to nuxt 3 app with proxied domain

I am trying to get some docker containers setup so i can host a nuxt 3 app, that is served over HTTPS using caddy and cloudflare. I can get the nuxt app successfully built and running in a container ...
user616's user avatar
  • 803
1 vote
1 answer
560 views

How to configure NGINX to serve Directus to Nuxt 3 app in Docker container

I have a Docker container that runs 3 services: NGINX, Nuxt3, and Directus 10.8. I am struggling to get a reverse-proxy to work correctly. I can successfully map Nuxt to "/", but I'm hitting ...
Tim Bennett's user avatar
0 votes
0 answers
122 views

Integrating Nuxt.js for SSR in a Dockerized Stack with Python FastAPI, Elasticsearch, MongoDB, and Vue.js

I'm currently using a Docker Compose stack that includes: Traefik for SSL and proxying (all to the FastAPI). Python FastAPI for backend API and serving static files. Elasticsearch for search ...
HongWonYul's user avatar
0 votes
1 answer
175 views

How to dockerize a nuxt project inside Turborepo?

I slightly modified the example Dockerfile from the documentation: FROM node:lts-alpine AS base FROM base AS builder RUN apk add --no-cache libc6-compat RUN apk update # Set working directory ...
Andrew's user avatar
  • 1,005
1 vote
2 answers
528 views

Nuxt build hanging when building in linux docker image

I am trying to build a docker image of my Nuxt3 app. This works fine when building for my local platform (macOS), but when I build my docker image with --platform linux/amd64, it hangs indefinitely in ...
Michael Ochs's user avatar
  • 2,860
2 votes
0 answers
181 views

Directus error: secretOrPrivateKey is not valid key material

I've been developing a Nuxt3 app locally and am using directus as my CMS system (also hosted locally). Everything has been pretty smooth up until now when I started getting this error (full error is ...
Talin Bennett's user avatar
0 votes
1 answer
133 views

Is there a way to use *.localhost as hostnames with docker when building complex apps like Next/Nuxt

So I'm trying to setup a Docker environment using the *.localhost format (front.localhost and sdk.localhost for example), which is automatically recognized by browsers as pointing to 127.0.0.1 and ...
Fabrice Reynaud's user avatar

15 30 50 per page
1
2 3 4 5
11