Smultar

Results 7 comments of Smultar

Has anyone found the solution to this install problem as well?

> Changing the visibility mode of metafiles doesn't seem to work for me. I am using Unity 2021.2.0b11, which is a beta version. The refresh bug is reproduced every time...

> I solved the problem by creating a `_error.jsx` file. Then pass the status code/error, and render the page based on the error.

Create a page named `_error.jsx` ```js Offline.getInitialProps = ({ res, err }) => { const statusCode = res ? res.statusCode : err ? err.statusCode : 404 return { statusCode }...

> Hey friends. Just mentioned this issue in a issue I created above. > > I noticed the behavior you are describing in pages with `getStaticProps`. I am curious if...

> This could be the problem with: https://github.com/shadowwalker/next-pwa/issues/379 This very well is the problem experienced in that issue.

I have a similar issue, that leads me to be constantly redirected back to my sign-in page or my local host. My production environment is a docker swarm, with caddy...