-
Notifications
You must be signed in to change notification settings - Fork 25
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
message type uri gives a 404 error #20
Comments
Excellent catch @TimoGlastra |
I'm not sure how to do this with gatsby a folder structure |
That sounds like a good solution to me. |
I gave wildcard a look but don't know gatsby well enough so will try again later |
unfortunately @wip-abramson it appears that #32 didn't work on the production site. See https://didcomm.org/basicmessage/1.0/test I think this might be because the files are generated and served through github pages. The page resolver maybe doesn't use that section and that's why it works in dev but not prod? Just me guessing.. |
hmm on further testing with a local build it does appear to resolve subdirs but they have messed up CSS.. so maybe this is close |
Hmm yeah I am also not sure about this. I haven't used gh-pages much and never with gatsby. Will take another look at the code though when I get round to it. |
Okay, I think this describes our problem. We just need to figure out how to do the equivalent for gh-pages. |
When opening a protocol uri with the message type in your browser a 404 error is shown.
This means when you want to view the documentation for the
message
message in thebasicmessage
protocol you need to go to the following url:instead of the following url
The text was updated successfully, but these errors were encountered: