You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forked bolt.diy project and I replace webcontainer with other node runtime within browser. when the AI generated project run the dev server in the browser, the sdk same as webcontainer will generate a url like: localhost:3000/_i/{instanceId}/_p/{port}/index.html to preview the whole web project. But I found that the /_i/**/* route is blocked by remix backend.
So anyone can help me about this, How can I let the specified route ignored by remix server?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I forked bolt.diy project and I replace webcontainer with other node runtime within browser. when the AI generated project run the dev server in the browser, the sdk same as webcontainer will generate a url like:
localhost:3000/_i/{instanceId}/_p/{port}/index.html
to preview the whole web project. But I found that the/_i/**/*
route is blocked by remix backend.So anyone can help me about this, How can I let the specified route ignored by remix server?
Beta Was this translation helpful? Give feedback.
All reactions