Questions tagged [nuxtjs2]

Questions related to Nuxt v2 only. Concerned repo: https://github.com/nuxt/nuxt.js

Questions related to Nuxt v2 only. Concerned repo: https://github.com/nuxt/nuxt.js

39 questions
0
votes
0 answers

process.env is undefined in production using nuxt js 2.15.6

Currently I'm working on a nuxtJS V2.15.6 and nuxt auth V5(5.0.0-1667386184.dfbbb54) project and its authentication part handles with openID(Keycloack v18.02). When I set up the keycloak configs using variables defining in a .env file for the auth…
Hashan94
  • 117
  • 1
  • 7
0
votes
1 answer

nuxtjs-auth module not fetching user or setting cookeis after successful login request

Nuxtjs-auth module was working fine when my local instances of the frontend and backend app were both running on localhost (frontend was on port 3000, backend was on port 8000) I dockerized the containers; now the frontend is available at…
blackyellow
  • 103
  • 3
0
votes
0 answers

Emiting values to slice-zone Prismic

Im using Nuxtjs2 with prismic slicemachine. I have recently learned that you can pass down custom props to slices in the slice-zone by using :context="yourData" as a prop. From these slices i want to emit data back up to the parent component…
0
votes
0 answers

extendRoutes not accepting the dynamic urls

I have a url in nuxt app https://example.netlify.app/nl/appartementen/strand?experiences_in[]=strand&types_in[]=appartementen In which appartementen is a type & strand is an experience. I write the extended routes code like that routes.push({ …
0
votes
0 answers

Add a maxlength for the search input in vue-multiselect

I'm using vue-multiselect(V2.1.6) component for my project with nuxt 2 and Vue 2.6. Here created the component with asynchronous search which I need to search a word by typing. Furthermore, I need to restrict the search word's character length to 25…
Hashan94
  • 117
  • 1
  • 7
0
votes
0 answers

Nuxt component loading before data is fetched, empty results