Questions tagged [vite-plugin-ssr]
3 questions
1
vote
1 answer
React is null on first render
I am using our custom library which is bundled with Vite but does exclude React, and I checked and I only have one instance of React and React is defined. But on the first render I am seeing the following error, when using vite-plugin-ssr (VPS). I…

Snake_py
- 393
- 2
- 11
1
vote
0 answers
Node js reverse proxy works on http but not on https
I'm trying to deploy a vite-plugin-ssr app. I'm using CloudPanel on a digital ocean server.
I have a nodejs server that is running locally on the server and is exposed on port 3000. I am running the server with the command npm run server and it will…

Refilon
- 3,334
- 1
- 27
- 51
0
votes
1 answer
VueJS, Typescript and VSCode - "Relative import paths need explicit file extensions in EcmaScript imports..."
I have an server-side rendered VueJS app that is built with TypeScript. The application builds just fine, but VSCode has trouble resolving the import paths for intellisense and on the surface it looks like there's no way to solve it. I could use…

devleo
- 483
- 6
- 13