We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56fd81 commit 65e2ae9Copy full SHA for 65e2ae9
1 file changed
app/services/platform-apps/container-manager.ts
@@ -313,7 +313,7 @@ export class PlatformContainerManager {
313
*/
314
private getAppPartition(app: ILoadedApp) {
315
const userId = this.userService.platformId;
316
- const partition = `platformApp-${app.id}-${userId}-${app.unpacked}`;
+ const partition = `persist:platformApp-${app.id}-${userId}-${app.unpacked}`;
317
318
if (!this.sessionsInitialized[partition]) {
319
const session = remote.session.fromPartition(partition);
0 commit comments