You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app/courses/page.tsx and app/courses/[id]/page.tsx are SSR pages and these pages are working normally when using the firebase emulator but when deploying on the cloud, i am gettting this :
[REQUIRED] Environment info
firebase-tools:
Platform:
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
[REQUIRED] Expected behavior
[REQUIRED] Actual behavior
The text was updated successfully, but these errors were encountered:
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
Hey @marcellintacite, thanks for reaching out. I’m unable to reproduce the issue you mentioned. I tried deploying a Next.js app, and I was able to access the routes without any issues.
Could you let us know which version of firebase-tools you’re using? I’m currently using v13.0.2. Also, it would be helpful if you could provide an MCVE or details on the steps you took to set up your Next.js project so that we can try to replicate it on our end.
Thank you, I appreciate your efforts in investigating the issue. After diving into the problem, I found a resolution in discussion #58244. The bug appears to be related to the nextjs build error.
Here's my firebase.json file :
app/courses/page.tsx and app/courses/[id]/page.tsx are SSR pages and these pages are working normally when using the firebase emulator but when deploying on the cloud, i am gettting this :
[REQUIRED] Environment info
firebase-tools:
Platform:
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
[REQUIRED] Expected behavior
[REQUIRED] Actual behavior
The text was updated successfully, but these errors were encountered: