utkuarslan5
utkuarslan5
WWasp-lang
Created by utkuarslan5 on 6/17/2024 in #đŸ™‹questions
Service Worker Blocking Fetch Requests in PWA
15 replies
WWasp-lang
Created by utkuarslan5 on 6/17/2024 in #đŸ™‹questions
Service Worker Blocking Fetch Requests in PWA
turned off my pc now but will post screenshots to GH issue when i open. from there of you guys see as easy win, think it's pretty easy, can add as feature to do automatically (especially with some plugins)
15 replies
WWasp-lang
Created by utkuarslan5 on 6/17/2024 in #đŸ™‹questions
Service Worker Blocking Fetch Requests in PWA
yea, it was quite easier than i thought (NB my doesn't require that much offline activity, just wanted as an app users can interact). essentially, added a manifest.json, service worker using basing workbox and registered my sw as useEffect on layout page
15 replies
WWasp-lang
Created by utkuarslan5 on 6/17/2024 in #đŸ™‹questions
Service Worker Blocking Fetch Requests in PWA
solved (magically) by using Workbox, th,nk it was CORS in the end
15 replies
WWasp-lang
Created by utkuarslan5 on 6/17/2024 in #đŸ™‹questions
Service Worker Blocking Fetch Requests in PWA
@kapa.ai
15 replies
WWasp-lang
Created by Gwaggli on 3/18/2024 in #đŸ™‹questions
wasp db reset showing help instructions
Okay nevermind, I was logging to console like "records delted" and that was causing the call stack issue
16 replies
WWasp-lang
Created by Gwaggli on 3/18/2024 in #đŸ™‹questions
wasp db reset showing help instructions
export const main = async () => {
try {
await deleteAll();
await resetSequences();
} catch (e) {
console.error(e);
} finally {
await prisma.$disconnect();
}
};
export const main = async () => {
try {
await deleteAll();
await resetSequences();
} catch (e) {
console.error(e);
} finally {
await prisma.$disconnect();
}
};
16 replies
WWasp-lang
Created by Gwaggli on 3/18/2024 in #đŸ™‹questions
wasp db reset showing help instructions
when running above code in db seed
16 replies
WWasp-lang
Created by Gwaggli on 3/18/2024 in #đŸ™‹questions
wasp db reset showing help instructions
I get RangeError: Maximum call stack size exceeded
16 replies
WWasp-lang
Created by Gwaggli on 3/18/2024 in #đŸ™‹questions
wasp db reset showing help instructions
Having the same issue, can you describe the steps more in details pls? im a noob
16 replies