Conversation
…tion while reloading, part of #6948 Signed-off-by: Roman <ixrock@gmail.com>
| // proxy: { | ||
| // "^/$": "/build/", | ||
| // }, |
There was a problem hiding this comment.
@jakolehm why do we need this proxy at all? any ideas? it seem like works fine without this..
@aleksfront Actually I think it should do page reloading in case when HMR cannot be applied and it works fine for app's global window (e.g. it keeps latest page, /welcome, /settings) but doesn't work inside cluster iframe properly for some reasons.. Any ideas why this error happens leading to full page reload? |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |

As part of #6948 since incorrectly rebased from first
monorepotimes.Current master: only manual page refresh, e.g
Cmd+R(example of editingwelcome.tsx)Screen.Recording.2023-02-03.at.14.31.57.mov
PR changes:
Does some auto page-reloading, but doesn't respect cluster frame location, therefore leads to updating page to global catalog page which is not desired, but better then nothing. (needs to be improved in follow up PRs)
Screen.Recording.2023-02-03.at.14.24.36.mov
Current error leading to full page reload instead of HMR (caught from video above):