-
Notifications
You must be signed in to change notification settings - Fork 12
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
Send server owner #533
Send server owner #533
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and works as far as I can tell.
@aktech so the issue was my oversight in that I only provide logic for clicking on the Menu Item 'Start' I didn't provide the logic for just clicking on the card and the clicking Start in the modal. Fixed this, it should be working either way you start an app and the name of the creator will be sent in the request. Please review again. |
That explains why I didn't run into any issues. I initiated a start from the context menu. |
Also I noticed, when you try opening a shared app which is stopped by directly going to the URL, previously it would show you a pop up asking if you want to start the app (@jbouder implemented this in past), now it returns 404 and is stuck on loading infinitely. Screen.Recording.2024-11-20.at.7.00.01.pm.movI am not sure, if this is due to this PR or a bug prior to this, most likely latter? |
I just did a few tests (on main) of directly navigating to a stopped app, and here is what I'm seeing:
I'm guessing this is an existing bug, which could have just been a use case we didn't test. |
Ah, I see. Thanks for confirming. I have created a separate issue for the same: #534 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for fixing this 🎉
Adds the owner of the app to the POST request when starting an app
Reference Issues or PRs
#529
This fixes the issue of a missing owner in the request.
What does this implement/fix?
Adds the owner's name to the request when starting an app
Put a
x
in the boxes that applyTesting
Documentation
Access-centered content checklist
Text styling
H1
or#
in markdown).Non-text content
Any other comments?