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
Currently ReactiveBase url only accepts a url which starts with http or https, however if we're implementing a proxy with NextJS for example the proxy path could be /api/proxy
The same thing with Firebase functions where we don't want to specify the full path with the hostname to the function itself
Is that possible to enhance? or is there a workaround?
The text was updated successfully, but these errors were encountered:
Affected Projects
All
Currently ReactiveBase url only accepts a url which starts with http or https, however if we're implementing a proxy with NextJS for example the proxy path could be /api/proxy
The same thing with Firebase functions where we don't want to specify the full path with the hostname to the function itself
Is that possible to enhance? or is there a workaround?
The text was updated successfully, but these errors were encountered: