#How to convert existing qwik city builder.io created app to one with a custom golang backend?

25 messages · Page 1 of 1 (latest)

tidal mountain
flat kettle
#

Can you verify you are on 1.7.1 and have added the adapter properly?

#

For added clarity to those who might not have followed in the generel channel. If i am not mistaken, what you are attempting to do, is create a QwikCity application, that calls Endpoints, that you have written in GoLang and are attempting to have the front and backend deployed to the same server correct? Might be beneficial to write out the question a little more in the first post so people can understand the whole scope of the issue

tidal mountain
# flat kettle

how to use 1.7.1?
i just found out i'm using 1.6.0
cant believe 1.7.1 is out so quick? i thought i installed the lastest 1-2 weeks ago.

ok now i searched docs and cant find instructions on how to upgrade qwik. care to share the proper upgrade procedure?

flat kettle
#

Just update the versions in your package.json and install again

tidal mountain
#

ok. doing so now, will revert.

tidal mountain
#

npm run build.

#

is there some config file i need to edit manually to have the index.html show up?

dawn pilot
flat kettle
#

Can you reproduce your issue in a sandbox?

dawn pilot
#

You can also
pnpm create qwik@latest
pnpm run qwik add static
on a fresh new project to see what it's doing

tidal mountain
dawn pilot
#

nah you can use npm no worries

flat kettle
#

my sandbox i used npm, so shouldnt be an issue

tidal mountain
#

it's not working. how to show my setup? any default command to do so?

flat kettle
tidal mountain
flat kettle
#

What happens if you add builder.io to a new install?, trying to narrow down the possible issues...

tidal mountain
#

nevermind, i've decided to just redo from scratch then. it's ok. thx.

#

since i just upgraded from 1.6.0 to 1.7.1. though some work beats keep trying 🙂