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
My current project required me to host the app with subdirectory e.g https://my-domain.com/my-subdirectory .
The problem is when using the url.resolve it's the subpath that we config is not resolved.
Is there anyway to host the application with the subdirectory? Maybe by adding optional configuration?
The text was updated successfully, but these errors were encountered:
My current project required me to host the app with subdirectory e.g https://my-domain.com/my-subdirectory .
The problem is when using the url.resolve it's the subpath that we config is not resolved.
Is there anyway to host the application with the subdirectory? Maybe by adding optional configuration?
The text was updated successfully, but these errors were encountered: