-
Notifications
You must be signed in to change notification settings - Fork 246
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
Export to Openframe not working #49
Comments
Seems like maybe just serving the editor via https might fix this? |
Oh — seems like it is/was, but the SSL cert isn't valid anymore. Updating that should fix it (maybe). |
That's true. I need a hand for that SSL keys are not my thing |
Happy to help @patriciogonzalezvivo! Depending on how you're hosting this, it might be as simple as a one-click install from your host — most offer SSL for free now that Let'sEncrypt is around. |
I'm using a Node.js. Tried doing this https://github.com/patriciogonzalezvivo/shaderLog/blob/master/server.js#L16-L17 <https://github.com/patriciogonzalezvivo/shaderLog/blob/master/server.js#L16-L17>
But no w luck. or knowladge. We can chat Jonathan and I can give you access to the server if you know how to take it from there
… On Aug 18, 2019, at 12:51 PM, Jonathan Wohl ***@***.***> wrote:
Happy to help @patriciogonzalezvivo <https://github.com/patriciogonzalezvivo>! Depending on how you're hosting this, it might be as simple as a one-click install from your host — most offer SSL for free now that Let'sEncrypt is around.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#49?email_source=notifications&email_token=AACUWIX7SM63UKE6Z4PAKL3QFGR45A5CNFSM4IMSMMGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4RG3XY#issuecomment-522350047>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AACUWIXIJIFLO6HGNJV3O2LQFGR45ANCNFSM4IMSMMGA>.
|
Sure — I've never manually set up a cert like that with node, always used a reverse proxy server in front of node application. But it should work fine as you have it, probably just need to update the cert? @patriciogonzalezvivo if you're still on slack at all, we can connect on the Openframe slack channel, or shoot me an email and I can try to help! |
When clicking
Artwork to [o]
button the shader doesn't show up in Openframe.The console throws these errors:
Thanks for any help with fixing this.
The text was updated successfully, but these errors were encountered: