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
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
I'm getting the same error from issue #1204 but only when my url has subdirectories. A path of /path will work fine, but /subdirectory/path does not. The request for __webpack_hmr will be /subdirectory/dist/__webpack_hmr. If I set HotModuleReplacementEndpoint the path will then be /subdirectory/dist/dist/__webpack_hmr. It seems as though it's not taking the application root into account and only appending on the end.
Update:
If I do a default react/redux app and change /counter to /the/counter, it works fine. It must be an issue with something I've done. What could possibly cause the request for __webpack_hmr to use a different route?
The text was updated successfully, but these errors were encountered:
I'm getting the same error from issue #1204 but only when my url has subdirectories. A path of
/path
will work fine, but/subdirectory/path
does not. The request for__webpack_hmr
will be/subdirectory/dist/__webpack_hmr
. If I setHotModuleReplacementEndpoint
the path will then be/subdirectory/dist/dist/__webpack_hmr
. It seems as though it's not taking the application root into account and only appending on the end.Update:
If I do a default react/redux app and change
/counter
to/the/counter
, it works fine. It must be an issue with something I've done. What could possibly cause the request for__webpack_hmr
to use a different route?The text was updated successfully, but these errors were encountered: