Trying to preview web service on proxy mode, but nothing is showing up on the page. #5100
Unanswered
jasongatech
asked this question in
Q&A
Replies: 1 comment
-
With CRA, you have to do some extra config stuff. It may be similar with Next. Have you tried this? |
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
-
I have a nextJS project with all the requirements installed already, but when I use proxy mode with subpath (/proxy/port) nothing shows up on the page. When I open up the developer mode, it shows all the elements just fine, but the proxy mode shows nothing (basically just a white blank page).
Not really sure why this happens, and not sure if it is problem with proxy mode or just that there was something wrong with my npm set up.
Anyone has had the same problem?
Below is the screenshot of the console showing up the error... Not really sure how to fix them :/

Beta Was this translation helpful? Give feedback.
All reactions