Replies: 2 comments 7 replies
-
Hi @C-G-X, you shouldn't need to change anything to get it working. I noticed you changed the database settings. Does it work when you also run the database within a Docker container (and revert back to the database settings we have in the If you don't want to run the database in a Docker container, you'll need to manually create your own Postgres database (which we don't recommend because it's easier to help people out if they're using our setup). The login endpoint requires the |
Beta Was this translation helpful? Give feedback.
-
well, @knjk04, the login request is So, the postman send request successfully! But the frontend also can not request successfully(expect /login). |
Beta Was this translation helpful? Give feedback.
-
I run the frontend and backend program alone(main branch). But the backend postman cannot request successfully, and the frontend cannot display the page correctly.
1. about frontend
this is my frontend package.json(I just delete the proxy field):
However, the frontend only the login interface requests from the frontend to the backend. other port of requests is 3000(the frontend port):
Very confused that in addition to the
/login
interface, all other requests are for port 3000.😭 like this:2. about backend
I try the discussion843 but also many problems.
I just modify the config file(application.properties) like this:
but see the postman:
Thank you for your willingness to help me!!! 😃
Beta Was this translation helpful? Give feedback.
All reactions