This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 243
Rust Example using https://loco.rs #1136
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks for pinging me here! I'm having a look 👍 |
I'm not sure this is a subdomain mapping causing the issue, but it may be something with how the app starts and its environment. |
@jondot so according to the logs I get the typical print out of all the routes, then the usual loco ascii art, and finally
|
@jondot do you know how to specify it should listen on 0.0.0.0 and not localhost |
Yes just with the -b flag |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I am almost there with a rust example using the "rails" of rust.
The only issue I am having at this point is the domain mapping keeps returning a 502, I'm not exactly sure what the issue is atm. I believe the application is configured correctly but maybe I'm wrong.
Also, I think to have the
just dev
command work, I will need to setup a bastion server but I haven't gotten around to playing with that yet.@jondot this is what I DM'd you about the other day. I think this would be a good example and blog post for the loco community, any insight into what I might be misconfiguring would be awesome.
last attempted with sst
v3.1.32