Unable to make request to my Node.js backend server #5233
kartikvxceed
started this conversation in
General
Replies: 1 comment
-
Same as here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
grapesjs.init({
blockManager: {
This is my grapes.init in a vue2 app used in mounted life cycle method. Every time I refresh the page, the request goes to my current front-end route (localhost:8080/builder) and not to the Node.js backend route (localhost:5000/pages)
Beta Was this translation helpful? Give feedback.
All reactions