You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone know solution to my problem that I'm getting hydration error and my page just keeps reloading itself until the eternity.
Initial URL (/profile/Grill&Chill) does not match URL at time of hydration (/profile/Grill%26Chill), reloading page...
So the problem is that site is served through api gateway, and the Api gateway decodes the url when sending it to my backend, but then in the client side it is not decoded. Is there any way out, since now the site is unusable and generating lots of unwanted traffic.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know solution to my problem that I'm getting hydration error and my page just keeps reloading itself until the eternity.
So the problem is that site is served through api gateway, and the Api gateway decodes the url when sending it to my backend, but then in the client side it is not decoded. Is there any way out, since now the site is unusable and generating lots of unwanted traffic.
Beta Was this translation helpful? Give feedback.
All reactions