Pascal Luther

Results 29 comments of Pascal Luther
trafficstars

@Flawe Can you check in Chrome Dev Tools if the service worker (sw.js) gets properly loaded in your productive app? Most likely the problem lies not with your code above...

### Want to use the Modular Syntax? If you want to use Firebase version 9 in the new modular syntax, you can quite easily implement Firebase yourself as described step-by-step...

Hey @ErwinAI Do you get the issue ONLY in the redirect? Or also when the user is logged in and you refresh the page? If you hit the same issue,...

Hey @Kasonz Not entirely understanding your issue.. If you are using Axios (as I assume from your other issue), you can simply set the Basic Authorization header on Axios. The...

@ssakihara Re-opened the issue, won't have time to look at at this moment unfortunately but maybe someone else will help you in the meantime. If you are not logged in...

Thanks @RebeccaStevens, that fixes it for me. I created an MR with your proposed changes: https://github.com/intlify/vue-i18n-next/pull/1388 Until this is merged you can easily fix this for you locally with [patch-package](https://www.npmjs.com/package/patch-package)...

Related to https://github.com/intlify/vue-i18n-next/issues/1327, should be fixed with https://github.com/intlify/vue-i18n-next/pull/1388