Mihael Mutić

Results 11 comments of Mihael Mutić

1. Happens on both 2. Yeah @eduardoboucas you need to deploy `debuggingVersions` branch, and route is(one of) `/api/listContent.json`

https://answers.netlify.com/t/netlify-serverless-typescript-functions-fail-with-dynamic-requires/52379/13 reverted to working version

Esbuild source issue: https://github.com/evanw/esbuild/issues/1921

@kiwicopple what's up with this, is it planned soon? Thanks

Yeah, second this

I use hacky solution, something like this: ```javascript if(!supabase.auth.currentUser && localStorage.getItem('supabase.auth.token')){ await new Promise(resolve => { const _ = localStorage.removeItem; localStorage.removeItem = function removeItem(key) { console.log(arguments); if(key === 'supabase.auth.token')setTimeout(resolve, 0);...

Yeah, I agree otherwise it's a really great piece of software but that definitely an issue, and having to disable,login,enable 2FA every time I want to re log again isn't...