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 have defined a new route on "/" while the frame is on "/api". I want the "/" to render normal HTML while leaving the "/api" route to render the frame.
This works locally and on stackblitz but does not work when I deploy to vercel. It fails in two ways:
The "/" route returns "not-found" when I try to get on the browser. The get('/') path apparently doesn't get built
The imported jsx is not built so it is unable to find the "../images/welcome.jsx
Both work locally but when deployed on vercel, it breaks
Describe the bug
I have defined a new route on "/" while the frame is on "/api". I want the "/" to render normal HTML while leaving the "/api" route to render the frame.
This works locally and on stackblitz but does not work when I deploy to vercel. It fails in two ways:
Both work locally but when deployed on vercel, it breaks
Link to Minimal Reproducible Example
https://stackblitz.com/~/github.com/Complexlity/frog-init
Steps To Reproduce
No response
Frog Version
0.21.0
TypeScript Version
No response
Check existing issues
Anything else?
No response
The text was updated successfully, but these errors were encountered: