-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐞] Qwik server$ throws 500 error [Firebase deployment] #6322
Comments
what is ImageSubject? |
@PatrickJS the |
let me try this Bug |
thanks @JerryWu1234 🙏 🙌 |
I deployed a lot of times and it failed. maybe my country has a limitation. |
ok thanks @JerryWu1234 for trying to look into this |
Hello, any updates on that @PatrickJS? |
Which component is affected?
Qwik Runtime
Describe the bug
I'm trying to use server$. It looks like the deserializer (
qwik/packages/qwik-city/middleware/request-handler/request-event.ts
Line 329 in 7ed839f
Example code:
Reproduction
https://github.com/rafalfigura/qwik-cloud-functions-test
Steps to reproduce
To reproduce:
Firebase log with error:
![image](https://private-user-images.githubusercontent.com/34662065/330970256-cc657e77-00ab-4a70-a89e-def61df7107f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAwMjQ4MDksIm5iZiI6MTc0MDAyNDUwOSwicGF0aCI6Ii8zNDY2MjA2NS8zMzA5NzAyNTYtY2M2NTdlNzctMDBhYi00YTcwLWE4OWUtZGVmNjFkZjcxMDdmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjIwVDA0MDgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVmYTAzYjZmYzYyOGQ4YTAyMmYyMGZkYzllMDU4YzAyODBhZWRiMDhhZDUwODFjYjUzYTIzNzA0NzE4ODFkODcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._7enEU80S3Pv3_ExeyeViGNn--LV788udi4rFqoixEQ)
Example working locally
![image](https://private-user-images.githubusercontent.com/34662065/330970093-ddaaa57a-1d32-4a22-89a3-1ae7bef64dc4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAwMjQ4MDksIm5iZiI6MTc0MDAyNDUwOSwicGF0aCI6Ii8zNDY2MjA2NS8zMzA5NzAwOTMtZGRhYWE1N2EtMWQzMi00YTIyLTg5YTMtMWFlN2JlZjY0ZGM0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjIwVDA0MDgyOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA1MzM0ZDRlZDJlMTVjZjcxYmU2MjI5MWMyOGRiNmI3MDA4ZDJjNjNlYWMyYjgzZWIxZTg1MTdhMDMxYmE2YjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QyyR5U6KdSdukDj1USBjI0AeR7c2iHUJWcqftXWASUE)
System Info
Locally everything works as expected. When deployed to firebase with `pnpm build, firebase deploy` it throws an error.
Additional Information
More info here:
https://discord.com/channels/842438759945601056/1237142526654414919
The text was updated successfully, but these errors were encountered: