feat: use fetch instead of axios for deploy preview #2719
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dpschen/frontend:feature/use-fetch-instead-of-axios"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since we use > node 18 nothing speaks against removing the axios dependency for the scripts
WIP: feat: use fetch instead of axios for deploy previewto feat: use fetch instead of axios for deploy previewCI fails :/
Yes, because I changed that file:
Can you regenerate the checksum?
1b8c140dfd
to9547a32ece
Not sure why the bot did not post the comment here.
I guess because it was initially not working.
OR because I broke something with the bot in that script?
Not sure, the bot said
in the CI logs https://drone.kolaente.de/vikunja/frontend/11389/1/9
Just saw that. Mhh but I only await the response. I guess I should check
response.ok
as well. Will add that.9547a32ece
to76c5531287
Now there's
Any idea how I can debug this locally?
76c5531287
toa8836f2ea4
a8836f2ea4
to09ac6716ee
Hi dpschen!
Thank you for creating a PR!
I've deployed the changes of this PR on a preview environment under this URL: https://2719-feature-use-fetch-instead-of-axi--vikunja-frontend-preview.netlify.app
You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.
Have a nice day!
Works now.
I had two mistakes:
JSON.stringify
the object.