aay
NNovu
•Created by aay on 10/31/2023 in #💬│support
helm chart help for Novu
@Zac Clifton
My proxy nginx ingress path for
svc.domain.com/api
Rewrite path /
This request forwarded to
localhost:3000/v1
My proxy nginx ingress path for
svc.domain.com/web
Rewrite path /
This request forwarded to
localhost:4200/
but as it's frontend , static files are loaded from localhost:4200/env-config.js
Which is returned to
svc.domain.com/env-config.js
This isn't correct url for reverse proxy
So I used context path variable for web
/web
Which should have served files from
localhost:4200/web/env-config.js
To
svc.domain.com/web/env-config.js
And no rewrite path for nginx ingress
But it didn't fixed the issue
If you have used Jaeger tracing, they provide a base_url variable for base path, that can rewrite the static file url paths which helps in resolving those files
8 replies
NNovu
•Created by aay on 10/31/2023 in #💬│support
helm chart help for Novu
I personally have been unable to make a working build using injectable context_path variables
8 replies
NNovu
•Created by aay on 10/31/2023 in #💬│support
helm chart help for Novu
@zacclifton
Can you connect me with some who worked on context_path variable available in env file
8 replies
NNovu
•Created by Jahnavi on 10/17/2023 in #💬│support
Novu on Grafana
@otatopotato has a pr merged for this, but it isn't working for spring gateway, ingress nginx
39 replies
NNovu
•Created by Jahnavi on 10/17/2023 in #💬│support
Novu on Grafana
@Jahnavi
Didn't heard back from you
39 replies
NNovu
•Created by Jahnavi on 10/17/2023 in #💬│support
Novu on Grafana
@Jahnavi
Please schedule a meet time
https://calendly.com/aayushave/novu-k8s
39 replies
NNovu
•Created by Jahnavi on 10/17/2023 in #💬│support
Novu on Grafana
@Jahnavi can we do it today evening or night
I am not available weekend and it is a little urgent
39 replies
NNovu
•Created by Jahnavi on 10/17/2023 in #💬│support
Novu on Grafana
Hi @Jahnavi
Are you available for discussion
39 replies
NNovu
•Created by Jahnavi on 10/17/2023 in #💬│support
Novu on Grafana
Sure
For understanding purpose issue is
If ingress-nginx is configured on dns entry Novu.domain.com
And path /novuweb
It routes to that address but the context_path properties doesn't match the request, it routes to / and gives 404
Example Novu.domain.com/env-config.js
Whereas it should have been
Novu.domain.com/novuweb/env-config.js
39 replies
NNovu
•Created by Jahnavi on 10/17/2023 in #💬│support
Novu on Grafana
Hi @Zac Clifton & @Jahnavi
I have already been through this
Mine is specifically related with kubernetes and ingress path
39 replies
NNovu
•Created by Jahnavi on 10/17/2023 in #💬│support
Novu on Grafana
Hi,
I am stuck on issue that you might have solved
Regarding kubernetes with ingress-nginx
39 replies