Results 11 comments of Barayuda

Hi @sicksand, I think I got the solutions, please comment `SetEnv` on `.htaccess` file. So it will be like this: `` `#--- Uncomment this line for production or testing server`...

Hi @ryan-roemer I have same issue like above Should I remove "webpack" from package.json?

> In my case, the server (Smallrye GraphQL) responds: > > ``` > content-type: application/graphql+json; charset=UTF-8 > ``` > > Solved by: > > ``` > request(endpoint, query, variables, {accept:...

Hi everyone @pi0 @danielroe any update regarding this? I got this error as well when do SSG

same as @hmingv I got this error when using version `1.7.0` might be there any solutions or best practice when use external image link and build the project with SSG...

I think this PR https://github.com/nuxt-modules/device/pull/174 should be merged and this issue will be fixed. since we can't use **refreshOnResize** with nuxt@^3.9.0

Hi @DamianGlowala , I expect when I resize the window in Responsive mode (device toggle emulation) on browser console window, the value of isMobile even isTablet can be triggered. Why?...

> @serhii-chernenko > > > I and, I guess, a lot of people who installed this module expects breakpoints behavior as well because of `refreshOnResize` option > > `refreshOnResize` was...

@danielroe @antfu could you please take a look this issue? same issue facing this week, **nuxt version**: 3.14.1592, and **pinia version**: 0.8.0 ![Image](https://github.com/user-attachments/assets/e0b25c18-e37a-4b48-8641-b41ed05c7b46) and this overview of NuxtDevtools ![Image](https://github.com/user-attachments/assets/8c079d3a-3285-4854-9892-b1dd9488979a) both...

Update, on my side, I just remove "Vue Devtools extension" from my browser (_or might be update to latest one, I'm not testing yet_) And worked perfectly, found the solution...