Browse Source

fix(self-hosted/web): add "useCredentials: true" to Vite PWA options (#3460)

Michel Tomas 1 year ago
parent
commit
a89bc473f6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/hoppscotch-selfhost-web/vite.config.ts

+ 1 - 0
packages/hoppscotch-selfhost-web/vite.config.ts

@@ -147,6 +147,7 @@ export default defineConfig({
       },
     }),
     VitePWA({
+      useCredentials: true,
       manifest: {
         name: APP_INFO.name,
         short_name: APP_INFO.name,