can’t able to get the out file for deployment in next js

i am unable to get out file in next js while building

i have added generatestaticparams() to change the dynamic routes to static , project runs fine when output:”export” is not added in the next.config.mjs it gives me an error like “Server Actions are not supported with static export”.