well as you seen in my screenshot that the raw test works no problem. SO, it cant be the url connection to my back-end server
well as you seen in my screenshot that the raw test works no problem. SO, it cant be the url connection to my back-end server
Then let's make sure you use correct URL address.
Im confused. I checked several times my url that im using in my REST service. I just tested it many times and it works perfect.
How does my mapping look? Does it look like its set up correct?
Proxy mechanism works exactly as a proxy - i.e. it simply passes the request through itself. If a third party is responsible 404 error, the proxy returns that answer. This is normal. Check your service and the address called through the tunnel.
i think i found the problem from my side. I forgot to put the id # in my request.
But now the problem is i cant test it because testing is down again. What testing is doing now is that its just showing me my latest project from like an hour ago. And not showing me my latest changes. I tried a bunch ofc times in last 10 minutes and testing isnt working again.
ok i think testing is back.
so now i got rid of that error. The problem now is that the way Im mapping to localstorage i get only '[' stored and nothing else. WHy is it storing only a '['
hows it coming with a solution on problem #1 here ("1) directly from my aws server")?
hows it coming with a solution on problem #2 here ("storing the results from aws server to local storage - from previous posting")?
Hi John,
You probably pass in localStorage not a string or a simple value.
Let's output saved value in console: codeconsole.log( value );/code