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 get in the console: localhost/:18 GET http://localhost:5000/%7Bprocess.env.BROWSER_REFRESH_URL%7D 404 (Not Found)
It seems that the curly braces are interpreted the wrong way. Page is not refreshed, but in Terminal I get:
[browser-refresh] Server is ready. Page refresh triggered over WebSockets connection.
[browser-refresh] Triggering refresh of client pages...
[browser-refresh] Refresh triggered
What can I do?
The text was updated successfully, but these errors were encountered:
I get in the console:
localhost/:18 GET http://localhost:5000/%7Bprocess.env.BROWSER_REFRESH_URL%7D 404 (Not Found)
It seems that the curly braces are interpreted the wrong way. Page is not refreshed, but in Terminal I get:
[browser-refresh] Server is ready. Page refresh triggered over WebSockets connection.
[browser-refresh] Triggering refresh of client pages...
[browser-refresh] Refresh triggered
What can I do?
The text was updated successfully, but these errors were encountered: