-
Notifications
You must be signed in to change notification settings - Fork 94
Add GitPod support #300
Add GitPod support #300
Conversation
vgrichina
commented
Apr 1, 2020
•
edited by gitpod-io
bot
Loading
edited by gitpod-io
bot
Yeah something seems to be awry here. I tried stopping the Gitpod workspace instance and restarting it. (Note that when a link tries to open in Gitpod, it'll ask you a prompt and can save your choice for later for certain prompts) I tried both of the options and am still getting the same behavior as the earlier comment. |
@mikedotexe I see, I think the problem is that server gets immediately stopped once you visit the page (no matter whether you got redirected there or opened yourself as in your case). I think I'll just add smth to GitPod config to avoid this popup (everything works well if you don't click any of these). |
@mikedotexe I'm debugging for now, this is definitely not the UX that is supposed to stay |
@mikedotexe try now. Should generally work fine both in popup/preview/blocked popup. However looks we are hitting some wallet bug where redirect URL is sometimes forgotten, digging more into it. |
Seems like it's just been this error:
Tracked here near/near-wallet#429 |
} catch (e) { | ||
console.log('Unexpected error: ', e); | ||
console.error('Unexpected error: ', e); | ||
res.statusCode = 400; | ||
res.end('It\'s a scam!'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whaaaa 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works super good now 💥