@arunpatidar thank you for sharing the documentation. I was trying to consume an Adobe API and not create a custom one. Anyway, the issue seems to be fixed now without any changes done from our end. I assume it was a temporary glitch. Thanks,Yash
Hi Team, Over the past few days, we have observed that while trying to connect to Adobe Status APIs via OAuth token, we are getting error - {"error_code":"403013","message":"Your IP is not allowlisted"}. We did not have to allow any IPs earlier and were able to access the APIs successfully. Can you...
@VeenaVikraman you can try to add a path independent rule like - <LocationMatch "\.(jpg|jpeg|png|gif|svg|bmp)$">Header set Cache-Control "max-age=2592000, s-maxage=31536000, stale-while-revalidate=30, stale-if-error=60, public"</LocationMatch>
Hi @Rivianwild You can only have one full stack pipeline and one web tier pipeline for each environment including Prod. You can have multiple Frontend pipelines for each environment.
Hi @krati_garg , @vikasbharti We had to create a package of the configs from and lower environment and move it to prod. Though, it is not an ideal way to fix it, the workaround worked for us. Thanks,Yash
@kautuk_sahni, @Jörg_Hoh,
One possible method to achieve this would be to implement an event listener for delete event to check the replication status of the page/asset on author and if status is found to be published, then trigger an unpublish event and delete only once unpublish event is success...