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
Hi ! I tried to use the base HTML tag within a Remix application.
The need is to expose the application on a dynamic custom base path.
I tried to use the publicPath / remix-mount-routes stack but the base path is defined at the build time.
I would like to be able to use the base tag to inject a dynamic base path.
Started from the create-remix package:
I tried to configure the application manually with the given configuration:
The idea was to expose the application on the /remix base path.
I can display the page but the loading of the scripts seems to "loop"
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ! I tried to use the base HTML tag within a Remix application.
The need is to expose the application on a dynamic custom base path.
I tried to use the publicPath / remix-mount-routes stack but the base path is defined at the build time.

I would like to be able to use the base tag to inject a dynamic base path.
Started from the create-remix package:
I tried to configure the application manually with the given configuration:


The idea was to expose the application on the /remix base path.

I can display the page but the loading of the scripts seems to "loop"
Beta Was this translation helpful? Give feedback.
All reactions