python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
504 gateway time-out error with nginx server for angular SSR project
I have my angular project deployed on nginx server in which angular universal is applied. Everything works fine. But when user log in and reload page then its showing '504 Gateway Time-out'.
My nginx ...
ganesh
Votes: 0
Answers: 0
How to properly render html conditionally based on screen size in conjunction with ssr in vue/nuxt
Let's say i have markup to be rendered only for desktop via v-if.
If it's mobile it should render something v-else.
I am using the package vue-mq which allows for setting a default breakpoint which sh...
Sebastian Jung
Votes: 0
Answers: 1
Angular universal SSR - console error TypeError: this._removeListenerFns.pop(...) is not a function
I am trying to setup ssr on my angular project but i keep getting this error and not sure how to fix this or understand what is the cause.
Has anyone seen something similar?
when i look at the main.js...
Jake
Votes: 0
Answers: 0
next js error when hard refresh page with dynamic query parameter
i have a next js app with dynamic page parameter, when i hard reload it in development mood it works fine , but in production i get this error 404 - File or directory not found.
here is the code i us...

mostafa elbanna
Votes: 0
Answers: 1