Skip to content

Conversation

@ShGKme
Copy link
Contributor

@ShGKme ShGKme commented Apr 25, 2025

Before (NotificationsApp-hash.chunk.mjs)

// "Illegal entry point import without ?v=hash cache busting
// causing double load and init
import { _ as __vitePreload } from "./notifications-main.mjs";

After (NotificationsApp-hash.chunk.mjs)

import { _ as __vitePreload } from "./vite-preload-helper-e2EOkM5z.chunk.mjs";

@ShGKme ShGKme added this to the Nextcloud 32 milestone Apr 25, 2025
@ShGKme ShGKme requested review from Antreesy and SystemKeeper April 25, 2025 12:33
@ShGKme ShGKme requested a review from nickvergessen as a code owner April 25, 2025 12:33
ShGKme added 2 commits April 25, 2025 14:39
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
@ShGKme ShGKme force-pushed the fix/double-mount-on-production branch from f1f33cb to 13d3cdd Compare April 25, 2025 12:39
@nickvergessen nickvergessen merged commit d412ed7 into master Apr 25, 2025
41 checks passed
@nickvergessen nickvergessen deleted the fix/double-mount-on-production branch April 25, 2025 13:17
@nickvergessen
Copy link
Member

/backport 4062317 to stable31

@nickvergessen
Copy link
Member

/backport 4062317 to stable30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mounted is called twice, leading to registering listeners twice

5 participants