0👍
I think is solved.
I set the variable base: './'
to the vite.config.ts
and then, changed the path to the routes like that:
First one:
path: "/:booking"
Second one:
path: "/:booking/:id"
- [Vuejs]-Not using CORS wildcard, but getting CORS wildcard error
- [Vuejs]-Vue Cli Serve Fatal JavaScript invalid size error: node_api_throw_syntax_error
Source:stackexchange.com