Skip to content
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

NextJs firebase auth , Fab build error #328

Open
Rashmi-278 opened this issue Jan 5, 2021 · 0 comments
Open

NextJs firebase auth , Fab build error #328

Rashmi-278 opened this issue Jan 5, 2021 · 0 comments

Comments

@Rashmi-278
Copy link

Attempting to deploy this to cloudflare workers using fab https://github.com/vercel/next.js/tree/canary/examples/with-firebase-authentication

npm run build success
npx fab build fails

Build failed.
null
./.fab/.cache/generated-nextjs-renderers.266d5ec.js 152103:17
Module parse failed: Assigning to rvalue (152103:17)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
 @ ./.fab/.cache/entry-point.js 2:22-146
    TypeError: Cannot read property 'message' of undefined

Tried downgrading [email protected] to [email protected]
That didn't work ,

I couldn't find a solution for the error
Module parse failed: Assigning to rvalue (152103:17)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)

Any suggestions on which loader should I be using along with Webpack to make fab build a success ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant