I am integrating a new paywall v2 into my flutter app. I have created a new offering (called welcome) and set it as default. I have created a new paywall v2 associated with the offering. However, I am getting this error from the app
"WARN: Error: Offering 'welcome' has no configured paywall.
You can fix this by editing the paywall in the RevenueCat dashboard.
The displayed paywall contains default configuration.
This error will be hidden in production."
How can I fix this?
Thank you