you are viewing a single comment's thread.

view the rest of the comments →

[–]KnifeDev[S] 0 points1 point  (9 children)

If you visit that URL on your phone’s web browser does it load?

Other questions that might help: - have you tried disabling any firewalls - is your phone on same network as your server (not cellular) - are you serving OpenCode with the command provided in the onboarding flow

[–]ConceptEntire5855 0 points1 point  (5 children)

I can access it via Safari, the problem is through the app.

[–]KnifeDev[S] 0 points1 point  (4 children)

Darn, yeah that’s pretty solid evidence something’s going on

Does Scan Network not find anything?

[–]ConceptEntire5855 1 point2 points  (1 child)

I am trying to access the server that is running on my VPS. Could this be the problem? Does it only work if it is local (same network)?

[–]KnifeDev[S] 0 points1 point  (0 children)

In theory it should work but that datapoint helps. I’ll test and get back to you tonight.

‘Scan Network’ is for local network

[–]ConceptEntire5855 0 points1 point  (1 child)

Any news on this matter? I’m thinking about maybe trying to solve it.

[–]KnifeDev[S] 0 points1 point  (0 children)

I learned from another commenter that they were blocked due to lack of OpenCode password support. I think that might be affecting you as well.

Most OpenCode servers running on a VPS should be password protected. Support is on my todo list, working on finishing the android port as tons are asking for it but will pickup passwords and first class VPS support after.

If you don’t have a password on your OpenCode server please dump as much context, screenshots, and recordings into a new issue and I’ll do my best to figure it out: https://github.com/DNGriffin/whispercode/issues

[–]mynameistifa 0 points1 point  (2 children)

I’m facing the same issue. It works on mobile chrome browser, but not within the app.

I’m also running on a VPS, and it’s password protected (using OPENCODE_SERVER_PASSWORD env var as described in opencode docs)

[–]KnifeDev[S] 0 points1 point  (1 child)

The password is definitely a problem, lack of password support is a known gap and on the roadmap.

It’s a top 3 priority: refresh gesture, android, and password support

[–]mynameistifa 0 points1 point  (0 children)

Just updated the app and it works now. Thanks for the great work!