Use Auth0 with my nextron application #186
Unanswered
alexis-piquet
asked this question in
Q&A
Replies: 1 comment
-
Hi @alexis-piquet , I came across the same issue, may i ask did you managed to find any solution? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I would like to export a method named "getServerSideProps" for each pages I have.
I want do that because i would like to use the method exported by auth0 named "withPageAuthRequired".
I've prepared all of my components and pages as the following exemple:
But when I do a "npm start"
I got this error (for all of my pages)
If I read the documentation, I can fix it with the usage of the script "next build"
instead of "next build && next export".
So my question is, do you have any ideas how can I do that with a nextron project? Should I give to you more informations or code parts?
Beta Was this translation helpful? Give feedback.
All reactions