You have the runtime and admin port as the same value. Change the admin port to 8081 and run again. I’m actually having trouble with the step past this one here: https://forum.mendix.com/link/questions/116541
If you have any input please comment on it.
EDIT: To clarify, the ‘server’ is not the same as the database. The error your getting is due to the server.
Hi Eson,
In Server configuration use the different Admin port number like 8084 instead of 8080.
It seems you need to add the port number to your postgres configuration in Studio pro. Unless you changed this when you installed postgres, the port typically use is 5432. So in the database tab of the configuration, the URL should be localhost:5432
Hope that helps.
Hi,
The combination of changing the url to localhost:5432 and setting the admin port to 8081 resolved the issue for me. I’m able to load my backupped db locally.
Related to your issue Kyle, i haven’t checked the docs but in the dev portal my app was issued with a postgresql 9.6 db so i assumed i should also just use postgres. Maybe you could link your db to it and from there on out follow the same route i took?
Thanks for the replies!