Jon

Results 5 comments of Jon

This is the only feature missing for us… 😢 Any chance we could get this PR merged soon ?

Hi! I have comment line 91,92 and 105 but I have this error… ``` [INFO] --- exec-maven-plugin:1.2.1:exec (default-cli) @ sample-java-client --- 14:08:07.561 [Thread-16] ERROR com.amazon.alexa.avs.auth.AuthSetup - Failed to start companion...

Using vite-ssg with Github Pages, I managed to get 404 working with this router config : ``` routes: [ { // other routes }, { path: '/404', name: '404', component:...

Good point indeed @a-kriya, in my config this case is handled by my last entry : ``` routes: [ { ... // others and previous /404 }, { path: '/:pathMatch(.*)*',...