-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @jerefrer thanks for trying out astros. I tried creating a brach feat/netlify and managed to make it work correctly with netlify, in the repo I also tried a new package so you should just take it as a reference and not clone from it. the backend configuration is that:
change it accordingly to your infos (make sure to remove then as you said I removed In netlify then I did:
|
Beta Was this translation helpful? Give feedback.
-
Alright ... Followed your steps and it worked ! I guess removing Thank you so much for replying so quickly ! I guess you have now an almost ready-made Wiki page for future Netlify users of Astros :) |
Beta Was this translation helpful? Give feedback.
Hi @jerefrer thanks for trying out astros.
I tried creating a brach feat/netlify and managed to make it work correctly with netlify, in the repo I also tried a new package so you should just take it as a reference and not clone from it. the backend configuration is that:
change it accordingly to your infos (make sure to remove
auth_endpoint: "/api/auth"
as well (also make sure you are using the proper branch name master vs main).then as you said I removed
disableIdentityWidgetInjection: true,
In netlify then I did: