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 backend build #66

Merged
merged 1 commit into from
Nov 22, 2021
Merged

fix backend build #66

merged 1 commit into from
Nov 22, 2021

Conversation

vnepogodin
Copy link
Contributor

solving ticket #13, #62

docker backend should be built with that arguments:

docker build -f backend/Dockerfile

@@ -80,7 +80,7 @@ use backend_service::config::HEADER_TOKEN;
use futures::future::{ready, Ready};

impl FromRequest for Token {
type Config = ();
//type Config = ();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The latest beta version of actix-web has removed this. I'll fix this by updating cargo.toml with actix-web = "4.0.0-beta.11"

@appflowy appflowy merged commit 0bbf9c3 into AppFlowy-IO:main Nov 22, 2021
appflowy added a commit that referenced this pull request Dec 10, 2021
839900146 pushed a commit to 839900146/AppFlowy that referenced this pull request Jun 6, 2024
* chore: ws client

* chore: update ws ping

* chore: fix test

* chore: public funcs

* chore: fix test

* chore: check clent-api compile
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.

[Bug] Unable to build backend [Question] Any plans for a Docker image?
2 participants