vitedge icon indicating copy to clipboard operation
vitedge copied to clipboard

Edge-side rendering and fullstack Vite framework

Results 21 vitedge issues
Sort by recently updated
recently updated
newest added

Resolves #91 * Passes hook context to vitedge hook from viteSSR

Hello. I'm trying to set i18n locale on the server-side, to do so I need to get the locale cookie from Request Headers. How can i access it in `vitedge`...

Hello, There is a Typescript definition issue when using: `const { request } = useContext()`. We get the following error: ``` This expression is not callable. Type 'Omit' has no...

Typescript declaration for viteSSR's transformState was missing. Additionally, could you please publish a new release. This fix and the last fix with the `containerId` are kind of important.

Hi All ... is there a good way to polyfill ? I have tried to use this https://medium.com/@ftaioli/using-node-js-builtin-modules-with-vite-6194737c2cd2 ... but it doesn't seem to be working. There are some functions...

# Error: Invalid module “node_modules/.bin/vite-ssr” https://github.com/frandiox/vitedge/issues/74 ⬅️ I had a similar problem to this in version 0.18.1 I had a problem configuring my own vitedge-time project, and then used the...

The issue we are experiencing is one related to KV assets. For context: our site is a Vue 3 application. We are building it using Vitedge to support SSR running...

It would be great to add support for Akamai EdgeWorkers. I can look into creating a PR, but I wanted to start with an issue to begin tracking it.

Currently when I run build I run into a rollup import error. ``` [vite]: Rollup failed to resolve import "/logo.svg" from "src/components/Footer.vue". This is most likely unintended because it can...

This might be interesting for the project: https://blog.cloudflare.com/cloudflare-pages-goes-full-stack/ I wonder if vitedge could partner with Cloudflare to implement this for Vite apps.