Hello,
I am deploying an
asp.net core 7 + vue3 web app to my nodechef container.
asp.net core webAPI is working well by using dotnet core buildpack.
I have deploy the vue3 dist (static production build) on static hosting by using nodechef cli command :
nc deploy -i myapp --statics
My webapp works but i have a problem when i press F5 in browser, i have a 404.
I have tried to defined some routing in url pathname routing section.
I works but i can't use it because wildcards are not supported and i have too many possible routes (i also have some dynamic routes like page/[USERNAME])
How can i solve this problem ?
I can't create ticket from my dashboard because i only have access to forum support.
Here is my solution structure :
MyApp
Site
- vueapp
- node_modules
- public
- src
- ...
- webapi
- webapi.csproj
- ...
.deployment
.buildpack.yml
Thanks for your help...
Eviral