craigzyc
craigzyc
TTwenty
Created by ralfdigitalagency on 2/3/2025 in #❓︱help
Unable to Reach Back-endFailed to fetch
The only other major issue I had was with the postgres database I had to manually change the password. psql -U postgres ALTER USER postgres WITH PASSWORD 'newpassword';
32 replies
TTwenty
Created by ralfdigitalagency on 2/3/2025 in #❓︱help
Unable to Reach Back-endFailed to fetch
No description
32 replies
TTwenty
Created by ralfdigitalagency on 2/3/2025 in #❓︱help
Unable to Reach Back-endFailed to fetch
Mine is running on my local network on a docker container for testing so it was just http://192.168.0.2:3000 I originally accidently had localhost in there but it is not on my local machine so that obviously didnt work. After changing it to the IP I noticed the request had a double // and failed. Removing the trailing slash made it all work
32 replies
TTwenty
Created by ralfdigitalagency on 2/3/2025 in #❓︱help
Unable to Reach Back-endFailed to fetch
I finally got mine running. Try removing the trailing / in your SERVER_URL
32 replies