-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI - full address #7
Comments
Hi, Anyways, if I remember correctly, if you're using the default docker compose file you should then have a container for the backend and one for the frontend (and various others, it was a mess, I admit it).
Give it a try, feel free to do whatever you want with it. Let me know if you need any more help :) |
The only thing i notice is that in the token there are some The temporary token it's just a JWT, you should also be able to inspect it if you'd like, but it should never contain backslashes. The ones you see in the server logs are there because of the formatting that's being used in telegram messages. If you copy the token as the bot sent it to you you should be able to register (the bot did reply to your "/link" command right? it should be in your private chat with the bot, not the group chat). This is quite an old project of mine and there's definitely a lot to improve. I am graduating high school right now and I'm in the middle of the exams so I don't have much time to code at all, maybe next year in college I'll try to take the project forward, who knows :P |
Yes, already noticed the slashes around, but I've used the token from the bot.. That was not the problem unfortunately.. So, focus your attention on the exams, and don't pay attention to other stuffs, I'll try to dig around in the while.. thank you for your help, wish you the best... |
Hello, I've been able (with some fixes) to execute and run via docker-compose the server. Sending /link to the group the temporary token is correctly received. But pointing to http://somehost:4479 gives this result:
{
"error": "code=404, message=Not Found",
"message": "Not Found"
}
What am I doing wrong?
Is there any deep page to reach, for example
http://somehost:4479/somepageWebUI
Thank you advance, I'd really like to give your project a try...
The text was updated successfully, but these errors were encountered: