Sébastien MASSE
Sébastien MASSE
Hello everyone, I have this problem too. My global auth middleware send me to /login on refresh. This because useSupabaseUser() state is set after middleware has run on page refresh...
Same here : devServer config ignored. Workaround not suitable for my dev env.
Same as @obust. What would be the recommended Nuxt way to handle /api/users and /api/users/[id] in the same file ?
Could the problem be the message showing as ERROR instead of WARN? That could make some automation system to abort. 
Same here : https://github.com/nuxt-modules/supabase/issues/158
Whlite investigating, I found this related set of file extensions here: https://github.com/unjs/nitro/blob/af42c19d03863614224375aa9a75b5cc2503e84a/src/rollup/plugins/raw.ts#L10 Appart from the issue described above, it might be useful to provide a way to edit this list...
This is how I got it to work: ```js export async function getSql(sqlFileName: SqlFile) { return await useStorage("assets:server/sql") .getItemRaw(sqlFileName) .then((sqlRaw) => new TextDecoder().decode(sqlRaw)); } ``` But apart from that temporary...
This is an internal program (based on Oracle Database) developed by the company's director approximately 20 years ago. Though technical debt has accumulated over time, we continue to use this...