Ente CommunityEC
Ente Communityโ€ข3w agoโ€ข
9 replies
NinjaEule

Unable to set server endpoint in mobile app or log in at http://localhost:3000

When I try to set the server endpoint for my selfhost to http://192.168.2.205:3000 which is the IP assess of the server running the selfhost instance I get this error:
'Invalid endpoint
The endpoint you entered is invalid. Enter a valid endpoint and try again.
Exception: Error occurred: Type "String" is not a subtype of type "int" of "index" '
And when I try to login with my account at http://localhost:3000 it looks identical to web.ente.io with the exception of localhost:8080 being written under Don't have an account. However when I try to login I just get the prompt: 'Something went wrong'
If you need my docker log I can provide it.
Solution
The sever endpoint port should be 8080. Port 3000 is only for accessing the webui. The webui should be connecting back to the server on port 8080.
Was this page helpful?