-
Notifications
You must be signed in to change notification settings - Fork 220
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
[Bug]: ts + telegram-apps + vue has bug which make the url messy #588
Comments
I did the same test for |
I did the same test for |
BTW, even for the react project, the generated README is wrong about the Instead, the doc is correct, please make these docs & readme & code consistent. @update: I see, the README is using github pages to upload, while the doc is using |
@dnischeta hey! Could you, please, take a look? |
I find it easier to build via
Run |
@kuchaguangjie , hi! Could you please split that issue into separate issues for separate packages, it's really hard to read and extract problem you're facing with. I'll reply about Vue.js template. I've checked Vue template and configured deployment according to README, it works for both manual deployment (
It works fine.
Generally, it your choice how to deploy your app: using GitHub actions or any other hosting. README focuses on GitHub pages, because it's easy to configure and run. |
vue doesn't work. I explained the steps and showed the screenshot how it doesn't work. the exact same step works for react & jquery, but not vue. about github pages, I tried several times, It got 404, but since |
Telegram Application
Telegram Desktop
Describe the Bug
I set base as
base: 'https://778b8bd1f0.tapps.global/latest'
,after
mate deploy upload
, when access: https://778b8bd1f0.tapps.global/latest/index.htmlit become:
https://778b8bd1f0.tapps.global/https://778b8bd1f0.tapps.global/latest/latest/index.html
I also tried to make base to use '/' or '/xxx', none would work.
But the doc says I should use
base: 'https://778b8bd1f0.tapps.global/latest'
, and it works forjquery
.So, I think the vue version has some bug.
To Reproduce
Steps to reproduce the behavior:
create a project using
ts + telegram-apps + vue
, change base url as doc described, then you will see.Expected Behavior
It should work in tg
The text was updated successfully, but these errors were encountered: