Skip to content
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

check for client before calling clientoptions #3412

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

amiraabouhadid
Copy link
Contributor

@amiraabouhadid amiraabouhadid commented Sep 17, 2024

Changes

  • fixed if conditions to not read null

Related Issues

#3411

Tested Scenarios

  • tested when logged in and after logging out
  • tested that deployment timeout isn't affected

packages/playground/src/App.vue Outdated Show resolved Hide resolved
@amiraabouhadid
Copy link
Contributor Author

amiraabouhadid commented Sep 21, 2024

@zaelgohary your suggestion fails to update the timeout on the client. I was able to deploy even though deploymentTimeout is set to 3 seconds in localstorage.
Screenshot from 2024-09-21 21-34-16
Found issue in your suggestion and fixed. deploymentTimeout needs to be set on the client not a variable taken from a client.

@amiraabouhadid amiraabouhadid merged commit ca89db4 into development Sep 24, 2024
10 checks passed
@amiraabouhadid amiraabouhadid deleted the dev_fix_clientoptions_err branch September 24, 2024 08:55
@xmonader xmonader added this to the 2.6.0 milestone Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants