-
Notifications
You must be signed in to change notification settings - Fork 27.9k
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
Serverless asset compatibility (e.g. Firebase) #7758
Conversation
Stats from current PRClick to expand stats
Click to expand serverless stats
|
Stats from current PRClick to expand stats
Click to expand serverless stats
|
Hello, Will it solve this issue? |
Hello, someone have an idea when this will be released ? :-) |
👀 |
as per #8052 this seems to relate to issues loading |
I hate to be that guy, but I have a client with his hair on fire because I can't deploy, is there ANYTHING I can do to help this along?
|
Not sure but @Pushplaybang u can implement same by your own just check how this PR works in files |
@Pushplaybang you can follow these instructions for the time being: #6073 (comment) |
@Timer the workaround in #6073 does not fix the issue mentioned in #8052 which is what led me here, Once thats applied it fixes the grpc issue, and then I receive the following:
I have tried with both the specified version of the asset relocator, and the latest version Please let me know if this is helpful in the context of this PR or if we should re-open #8052 |
@Pushplaybang I don't think it's worth tracking these individually -- the latest version of these plugins have better static analysis capability (which should fix cases like However, only versions |
@Timer great, having applied the fix mentioned with the asset relocator is what I've been using for some time, though I'm still blocked on deployment having upgraded to v9. As you;ve closed one issue, and marked another comment as spam, could you please advise:
just to reiterate, I was able to deploy prior to v9. Please tell me how I can either assist, or get help with this issue. |
This PR currently has a merge conflict. Please resolve this and then re-add the |
4 similar comments
This PR currently has a merge conflict. Please resolve this and then re-add the |
This PR currently has a merge conflict. Please resolve this and then re-add the |
This PR currently has a merge conflict. Please resolve this and then re-add the |
This PR currently has a merge conflict. Please resolve this and then re-add the |
Hello. Any progress on this? |
No progress to report. It has been prioritized to be done soon, however. |
The latest Next.js canary should now work with Firebase when deployed to Now with the |
I'm still getting the error Module not found: Can't resolve 'request' in '/tmp/e991867/node_modules/@firebase/database/dist' on |
@antonmoiseev you have not provided any information for us to help diagnose this issue. We have integration tests ensuring firebase works, so we need to see your specific setup. Please open a new issue with a reproduction. |
This pull request integrates a few weeks worth of work on
@zeit/webpack-asset-relocator-loader
to get it ready for usage in Next.js. 🙏Notably, this pull request allows Firebase to work out of the box with Serverless!
This will likely be landed after Next.js
9.0.0
is released. It's missing its companion@now/next
PR.Closes #7512
Closes #7391
Closes #6655
Closes #7821
Closes #7933
Supersedes #6073