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
We handle all other URLs as requests to join/create a channel
But we know that anything with a base of:
/sandbox/*
/js/*
/images/*
/fonts/*
can be resolved to an actual file resource. We can be bit smarter and prevent at least false positive dev errors by returning 404 instead of simply serving up index.dev.html with 200 when it doesn't match a static file
The text was updated successfully, but these errors were encountered:
We handle all other URLs as requests to join/create a channel
But we know that anything with a base of:
/sandbox/*
/js/*
/images/*
/fonts/*
can be resolved to an actual file resource. We can be bit smarter and prevent at least false positive dev errors by returning 404 instead of simply serving up index.dev.html with 200 when it doesn't match a static file
The text was updated successfully, but these errors were encountered: