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
js should be loaded relative of the base path, not relative to the host.
my application needs to live alongside other applications on a subpath, and the workflow to run it locally required it to run behind a proxy on that subpath
Actual Behavior
vite files are doing this as of 2.3.0, but the application code (ex app/routes/_index.tsx, hmr-runtime, etc) are loaded relative of the root path. This breaks the application when it is run behind a proxy on the configured base path.
The text was updated successfully, but these errors were encountered:
Reproduction
https://github.com/lettucebowler/remix-base-path
System Info
Used Package Manager
pnpm
Expected Behavior
js should be loaded relative of the base path, not relative to the host.
my application needs to live alongside other applications on a subpath, and the workflow to run it locally required it to run behind a proxy on that subpath
Actual Behavior
vite files are doing this as of 2.3.0, but the application code (ex app/routes/_index.tsx, hmr-runtime, etc) are loaded relative of the root path. This breaks the application when it is run behind a proxy on the configured base path.
The text was updated successfully, but these errors were encountered: