Do Service bindings and Queues work in Nextjs pages?
I have a Nextjs pages project that uses bindings. R2 works for me, but Queues and Service bindings do not. Is this expected?
3 Replies
Do only bindings mentioned here work?
Nope - but where are you testing them?
Is it with a deployed application?
yup testing on deployment. stack is nextjs with trpc and all binding calls are made within the trpc router. Like i said, R2 works. Queues and Service bindings do not. no errors either its as if its skipped over
I can send a message to the queue manually and it works as expected