firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

searchParams does not work Firebase Hosting

Open huseyinseyit opened this issue 1 year ago • 4 comments

[REQUIRED] Environment info

Firebase CLI: 13.11.2 Windows, Next.js 14.2.3

[REQUIRED] Test case

A new project was created, a search was done using searchParams. Localhost works properly without any problems. firebase experiments:enable webframeworks activated. npm run build. Firebase deploy process completes successfully but https://xxx.web.app does not work

[REQUIRED] Steps to reproduce

A new project was created, a search was done using searchParams. firebase experiments:enable webframeworks activated. npm run build. Firebase deploy

[REQUIRED] Expected behavior

Works on firebase hosting too.

[REQUIRED] Actual behavior

Localhost works properly without any problems but firebase hosting dont work. There is no error in the console.

huseyinseyit avatar Jun 13 '24 07:06 huseyinseyit