-
Notifications
You must be signed in to change notification settings - Fork 7
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
_app.js not work #4
Comments
What do you mean by "not work", what's happening, you get an HTTP 500 or what? What do the logs (or console.log) show? What's inside '_app', can you show me the code? And why do you name your page "_app", that seems a weird name for a page ... what happens if you just call it "hello" or something? |
Next.js uses the App component to initialize pages. https://stackoverflow.com/questions/51040669/next-js-use-of-app-js-and-document-js |
I think _app.js is a new feature that was introduced in a newer release of next.js. I'm using version 5.0 and next.js is already at version 9.2, so that explains why it doesn't work. When I have time I'll try to upgrade to the newest next.js (and I'll attempt to upgrade feathers.js as well). |
@farhadarjmandf I've upgraded next.js from version 5 to version 9, please retry if you like. |
Hey @leob , |
@ozan-altinbas-osf Thanks for bringing this to my attention, I will look at it. Is "No Page Context" the literal text of the exception, and where do you see that, server side, client side? |
i created _app.js in /pages but not work, i dont know why
The text was updated successfully, but these errors were encountered: