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

Fix calling server functions on desktop #2357

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

ealmloff
Copy link
Member

This PR fixes calling server functions on desktop applications. The feature flags were configured incorrectly for the server function macro on desktop which was causing desktop applications to use the request crate for web builds

Closes #2322

@ealmloff ealmloff added bug Something isn't working desktop Suggestions related to the desktop renderer fullstack related to the fullstack crate labels Apr 22, 2024
@jkelleyrtp jkelleyrtp merged commit dd8e696 into DioxusLabs:main Apr 25, 2024
9 checks passed
@ealmloff ealmloff deleted the fix-desktop-server-fn branch April 25, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working desktop Suggestions related to the desktop renderer fullstack related to the fullstack crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

axum-desktop failing **Run a server function** on client
2 participants