Matin Taherzadeh
Matin Taherzadeh
@ChrisPG2022 It has to be something with the backend and the server side. If you follow the tutorial and the codes in Adrian's Repo, everything will be fine. Also don't...
Can you provide more details such as taking a screenshot of your code or pasting them here? As far as I know, the message that you should get in the...
@mitchxxmitch-code Well, there are two solutions which come to my mind right now based on your screenshots. 1- The first one is checking the index.js file inside your api folder...
@ChrisPG2022 Hi, dear Chris. Based on what I see in your error messages and in your `index.js` file in your server directory that you've taken a screenshot from, it seems...
@ChrisPG2022 Oh... and by the way, those other things that you've mentioned in the title of your question are warnings. if you read them carefully, you'll figure out how to...
@ChrisPG2022 Hmm, it's strange. Make sure you've established a connection with your database properly and also make sure that you have created at least one post because if there's no...
@ChrisPG2022 No problem! Well, when there is no post in your `PostMessage` model, then it's pretty obvious that it's not gonna show any post to you in the browser and...
@ChrisPG2022 You are receiving 3 errors in the console tab in your browser. Can you tell me what those 3 errors are and show me the exact error message that...
@ChrisPG2022 Actually the first one is a warning. So, only the error in your second screen shot is causing the app to break. It's related to your database and connection....
So, basically you have two options here in my opinion. The first one is spending more time on your code to finally find out where the issue is and the...