Getting page not found/redirect issue with firebase hosted flutter web wasm project. #13199
Unanswered
shrawank039
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Flutter website deployed on Firebase Hosting, and It's a WASM build.
The website works fine on desktop browsers and other standard browsers. However, when I add the site to my Twitter and LinkedIn profiles, clicking the link results in a brief hosting error page before redirecting to the normal website.
Please see the attached screenshot for reference:
This error page only appears for a second.
When I use a standard build that is not WASM, everything works fine without this issue.
(Reproduce: currently, I am not using wasm so it's working fine. but when I deploy the WASM build on Firebase then the same issue appears again)
Maybe I will create an Issue for this if I don't find any valid reason for this.
Beta Was this translation helpful? Give feedback.
All reactions