firebase-tools
firebase-tools copied to clipboard
searchParams does not work Firebase Hosting
[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.