Recently we received the following ticket:
I downloaded Slurpit, and set everything up. I can see the login pages so I think it works, but when I loging with the default credentials it does not work.
Slurp’it is using DNS binding, which means that the configured url in the Docker Compose file is the only url the Back-end will communicate with.
For example:
PORTAL_BASE_URL: https://sandbox.slurpit.io
in this scenario, you can only access the system correctly through https://sandbox.slurpit.io. If you fill in the server IP, the page might load, but there won’t be any communication with the backend since it only responds to the configured PORTAL_BASE_URL.
If all is correct and you still expire problems, verify that if you use HTTPS that everything is setup correctly: How to setup HTTPS
Else submit a ticket and we will help you forward.