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
I'm facing the same issue using a Spring Web application.
In my case, when a server context-path is not set (i.e. not the default "/") for the Spring application it works fine but if it is set to anything else it fails to work.
Update:
This turned out to be a simple matter of reading docs and setting the root property on the router element e.g. <stencil-router root="/context-path/">
Resources:
Before submitting an issue, please consult our docs.
Stencil version: (run
npm list @stencil/core
from a terminal/cmd prompt and paste output below):I'm submitting a ... (check one with "x")
[X ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://stencil-worldwide.slack.com
Current behavior:
npm init stencil
type -> component
we can start successfully the component with npm start.
If i do npm build and copy www folder to an IIS, routing doesn't work
Expected behavior:
When deploying the app, all example routes should work
Steps to reproduce:
The text was updated successfully, but these errors were encountered: